Mailinglisten-Archive |
> Was passiert nun, wenn der eine Datentyp integer ist und der > andere string, wie in obigem Beispiel? Werden beide nach boolean <? $int = 5; $string = "5"; if( $int == $string ) print "int == string<br>\n"; if( (string) $int === $string ) print "int == string<br>\n"; ?> etc... gruss daniel /*-- daniel beulshausen - daniel_(at)_php4win.de using php on windows? http://www.php4win.de
php::bar PHP Wiki - Listenarchive