<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 22 May 2013 05:33:28 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: The Isset and Unset Magic Functions in PHP 5]]></title>
      <guid>http://www.phpdeveloper.org/news/12610</guid>
      <link>http://www.phpdeveloper.org/news/12610</link>
      <description><![CDATA[<p>
DevShed continues their series on the "magic functions" in PHP with <a href="http://www.devshed.com/c/a/PHP/The-Isset-and-Unset-Magic-Functions-in-PHP-5">this new tutorial</a>, a closer look at the __isset</a> and __unset functions.
</p>
<blockquote>
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.
</blockquote>
<p>
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).
</p>]]></description>
      <pubDate>Tue, 02 Jun 2009 10:25:50 -0500</pubDate>
    </item>
  </channel>
</rss>
