Posted by Luigi on 05/24/07 13:00
Hi to all,
I' d like to know if exists some sentences like this one below (in
java) for PHP:
JAVA:
boolean isNull = (myObj == null) ? true : false;
PHP:
$isNull = ???????????????;
Can someone help me please?
Thanks in advance, Luigi
[Back to original message]
|