Source Code:
(back to article)
<?php if (isset($obj->name)) { echo $obj->name; } else { echo 'not exists!'; } ?>
Result:
Report an issue