phpbar.de logo

Mailinglisten-Archive

[php] str_replace

[php] str_replace

Johannes Schlueter schlueter at phpbar.de
Don Apr 20 14:07:38 CEST 2006


Hi,

On Thursday 20 April 2006 13:57, Tim Hildebrandt wrote:

> $GLOBALS['bbu'][$conf_name['0']] = ($GLOBALS['bbu'][$conf_name['0']] ==
> '1') ? true : false;

Das geht noch kürzer:
$GLOBALS['bbu'][$conf_name['0']] = ($GLOBALS['bbu'][$conf_name['0']] == '1');

Das Ergebnis des Verlgiechs ist ja ein Boolscher Wert.

Wobei ich nicht weiß ob, dass wirklich das ist was Tobias will.

johannes

php::bar PHP Wiki   -   Listenarchive