<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Recursive Directories Into Multi-dimensional Array</title>
	<atom:link href="http://www.digitalprophets.com/technology/recursive-directories-into-multi-dimensional-array.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digitalprophets.com/technology/recursive-directories-into-multi-dimensional-array.html</link>
	<description>Technology, Music, and Life from Venice Beach</description>
	<lastBuildDate>Sat, 18 Jul 2009 04:48:24 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DProphet</title>
		<link>http://www.digitalprophets.com/technology/recursive-directories-into-multi-dimensional-array.html/comment-page-1#comment-293</link>
		<dc:creator>DProphet</dc:creator>
		<pubDate>Sat, 18 Jul 2009 04:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalprophets.com/?p=21#comment-293</guid>
		<description>Hi...  thanks for the interest. This is just something I needed for an application I was working on. Here are links to the Standard PHP Library (SPL) iterators I was mentioning:

http://us3.php.net/manual/en/class.directoryiterator.php
http://us3.php.net/manual/en/class.recursivedirectoryiterator.php
http://us3.php.net/manual/en/class.recursiveiteratoriterator.php

Unfortunately, there&#039;s not a lot of info in the PHP manual, yet, about the SPL. So, you have to experiment...

EDIT:  I&#039;ve also fixed a few bugs in the code above. I was missing a $ on one of the $sub_leaves variables and I wasn&#039;t passing the $filter variable to the recursive calls to getFileInfo(). The code above has been tested and works on versions of PHP that include the SPL.</description>
		<content:encoded><![CDATA[<p>Hi&#8230;  thanks for the interest. This is just something I needed for an application I was working on. Here are links to the Standard PHP Library (SPL) iterators I was mentioning:</p>
<p><a href="http://us3.php.net/manual/en/class.directoryiterator.php" rel="nofollow">http://us3.php.net/manual/en/class.directoryiterator.php</a><br />
<a href="http://us3.php.net/manual/en/class.recursivedirectoryiterator.php" rel="nofollow">http://us3.php.net/manual/en/class.recursivedirectoryiterator.php</a><br />
<a href="http://us3.php.net/manual/en/class.recursiveiteratoriterator.php" rel="nofollow">http://us3.php.net/manual/en/class.recursiveiteratoriterator.php</a></p>
<p>Unfortunately, there&#8217;s not a lot of info in the PHP manual, yet, about the SPL. So, you have to experiment&#8230;</p>
<p>EDIT:  I&#8217;ve also fixed a few bugs in the code above. I was missing a $ on one of the $sub_leaves variables and I wasn&#8217;t passing the $filter variable to the recursive calls to getFileInfo(). The code above has been tested and works on versions of PHP that include the SPL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mercerd</title>
		<link>http://www.digitalprophets.com/technology/recursive-directories-into-multi-dimensional-array.html/comment-page-1#comment-292</link>
		<dc:creator>mercerd</dc:creator>
		<pubDate>Fri, 17 Jul 2009 19:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalprophets.com/?p=21#comment-292</guid>
		<description>interesting material, where such topics do you find? I will often go</description>
		<content:encoded><![CDATA[<p>interesting material, where such topics do you find? I will often go</p>
]]></content:encoded>
	</item>
</channel>
</rss>
