phpbar.de logo

Mailinglisten-Archive

Re: [php] besser suchen ?
Archiv Mailingliste php_(at)_infosoc.uni-koeln.de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [php] besser suchen ?



amalesh kempf wrote:
> Der gleiche wie zwischen
> 
> if ($foo)
> {       do something;
>         do more;
> }
> 
> und
> 
> if ($foo==1) {
>         do something;
>         do more;
> }
> 
> Also funktional keiner. Eher eine frage des stils.

Uh-oh.
Damit kannst Du aber ganz schoen auf die Nase fallen.
Die erste if-Abfrage ist fuer _alle_ Werte von $foo ungleich Null wahr,
die untere nur, wenn $foo genau 1 ist.

> ciao
> 
> amalesh

Ciao,
	Harald

-- 
* Harald H.-J. Bongartz        bongartz_(at)_physik.uni-bonn.de *
* Go ahead - make my day!                    - Dirty Harry *

Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive