<?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 15:10:41 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPBuilder.com: Using SPL Iterators in PHP to Interact with Different Data Types]]></title>
      <guid>http://www.phpdeveloper.org/news/16060</guid>
      <link>http://www.phpdeveloper.org/news/16060</link>
      <description><![CDATA[<p>
On PHPBuilder.com today there's a new tutorial from <i>Jason Gilmore</i> about <a href="http://www.phpbuilder.com/columns/spl-iterators/Jason_Gilmore03162011.php3">using the SPL with different data types</a> to more effectively work with them more effectively.
</p>
<blockquote>
One great way to incorporate more OOP into your applications is through the Standard PHP Library (SPL), a powerful yet largely unknown extension made part of the official PHP language with the PHP 5.0 release. [...] In this tutorial I'll introduce you to several of my favorite SPL iterators, providing you with the basis from which you can continue your own exploration. Following several examples, I'll conclude with a brief introduction to other key SPL features.
</blockquote>
<p>
He looks at how to use the ArrayIterator, DirectoryIterator, SimpleXMLIterator and mentions some of the other handlers for things like <a href="http://www.php.net/manual/en/spl.datastructures.php">advanced data structures</a>, <a href="http://www.php.net/manual/en/spl.exceptions.php">exceptions</a> and more <a href="http://www.php.net/manual/en/spl.files.php">file handling</a>.
</p>]]></description>
      <pubDate>Thu, 17 Mar 2011 10:34:09 -0500</pubDate>
    </item>
  </channel>
</rss>
