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
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
Comment