<?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: Sorting Arrays By Length in PHP</title>
	<atom:link href="http://slightlyremarkable.com/blog/2006/03/24/sorting-arrays-by-length-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://slightlyremarkable.com/blog/2006/03/24/sorting-arrays-by-length-in-php/</link>
	<description>Jonathan Fenocchi's personal weblog</description>
	<lastBuildDate>Sun, 05 Sep 2010 18:15:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jona</title>
		<link>http://slightlyremarkable.com/blog/2006/03/24/sorting-arrays-by-length-in-php/comment-page-1/#comment-2022</link>
		<dc:creator>Jona</dc:creator>
		<pubDate>Thu, 15 Jun 2006 14:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.slightlyremarkable.com/?p=163#comment-2022</guid>
		<description>HM2K, thanks for bringing that up. I actually sort of made the assumption that anyone wanting to use a callback function to sort an array would know to use usort, uasort, or uksort to do so.</description>
		<content:encoded><![CDATA[<p>HM2K, thanks for bringing that up. I actually sort of made the assumption that anyone wanting to use a callback function to sort an array would know to use usort, uasort, or uksort to do so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HM2K</title>
		<link>http://slightlyremarkable.com/blog/2006/03/24/sorting-arrays-by-length-in-php/comment-page-1/#comment-2021</link>
		<dc:creator>HM2K</dc:creator>
		<pubDate>Thu, 15 Jun 2006 12:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.slightlyremarkable.com/?p=163#comment-2021</guid>
		<description>You didn&#039;t mention that this was to be used in conjunction with usort...

ie: usort($array,&quot;sortByLength&quot;);</description>
		<content:encoded><![CDATA[<p>You didn&#8217;t mention that this was to be used in conjunction with usort&#8230;</p>
<p>ie: usort($array,&#8221;sortByLength&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Cherim</title>
		<link>http://slightlyremarkable.com/blog/2006/03/24/sorting-arrays-by-length-in-php/comment-page-1/#comment-1410</link>
		<dc:creator>Mike Cherim</dc:creator>
		<pubDate>Tue, 04 Apr 2006 00:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.slightlyremarkable.com/?p=163#comment-1410</guid>
		<description>That is simple. Or at least it is now that you&#039;ve solved the problem ;-)</description>
		<content:encoded><![CDATA[<p>That is simple. Or at least it is now that you&#8217;ve solved the problem ;-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

