From: <php...@li...> - 2008-03-05 09:57:12
|
> > if( $fis == null ) { > > The above test is invalid. $fis is an object representing Java NULL, not a PHP null pointer. BTW: a PHP null value should be tested with is_null(...), see your PHP documentation Machen Sie Yahoo! zu Ihrer Startseite. Los geht's: http://de.yahoo.com/set |