DevShed continues their series on the "magic functions" in PHP with this new tutorial , a closer look at the __isset and __unset functions.
Overloading properties is only one of the many useful things that can be accomplished with magic functions.
...
It's also possible to perform additional tasks when working with the "isset()" and "unset()" PHP functions, but in this case by using another set of complementary functions, called "__isset()" and "__unset()" respectively.
Post new comment