Mailinglisten-Archive |
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