Voting

: five plus one?
(Example: nine)

The Note You're Voting On

marko dot crni at gmail dot com
14 years ago
Calling non existing object property, empty($object->prop), will trigger __isset(), the same way as isset($object->prop) does, but there is one difference. If __isset() returns TRUE, another call to __get() will be made and actual return value will be result of empty() and result of __get().

<< Back to user notes page

To Top