Function papi_is_empty
Check if the given object is empty or not. Values like "0", 0 and false should not return true.
Located at
lib/utilities.php
mixed |
$obj |
boolean
|
bool |
Check if the given object is empty or not. Values like "0", 0 and false should not return true.
mixed |
$obj |
boolean
|
bool |