News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

DevShed:
The Isset and Unset Magic Functions in PHP 5
June 02, 2009 @ 10:25:50

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.

In the examples he shows how to use the functions to see if a property has been set or to unset it and remove it from the object (could be helpful when working with private class properties).

0 comments voice your opinion now!
magicfunction unset isset tutorial




Community Events





Don't see your event here?
Let us know!


database framework podcast phpunit symfony2 unittest voicesoftheelephpant zendframework release injection community api introduction interview opinion language application conference testing zendframework2

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework