<?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>Sun, 19 May 2013 23:07:57 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[ProDevTips: Sorting 2D-arrays in PHP - anectodes and reflections]]></title>
      <guid>http://www.phpdeveloper.org/news/9363</guid>
      <link>http://www.phpdeveloper.org/news/9363</link>
      <description><![CDATA[<p>
On the ProDevTips website today, there's <a href="http://www.prodevtips.com/2008/01/06/sorting-2d-arrays-in-php-anectodes-and-reflections/">a new article</a> looking at the sorting of arrays, specifically of the two- and three-dimensional sort. 
</p>
<blockquote>
One of the many problems with PHP that detractors are eager to point out is the fact that the language has thousands of global functions. Without the awesome CHM version of the PHP manual - finding your way in this jungle would be a mess. Simply finding a function like array_multisort is not trivial. And even if you find it, understanding it completely is not trivial either!
</blockquote>
<p>
Not quite finding what he needed in the <a href="http://www.php.net/array_multisort">array_multisort</a> function built into PHP, the author opts to create his own custom sorting function that make sorting 2D arrays simpler.
</p>]]></description>
      <pubDate>Mon, 07 Jan 2008 08:41:00 -0600</pubDate>
    </item>
  </channel>
</rss>
