<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - collin</title>
<link>http://snipplr.com/users/collin/tags/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 21 Nov 2008 16:32:38 GMT</pubDate>
<item>
<title>(PHP) Array of short month names</title>
<link>http://snipplr.com/view/1527/array-of-short-month-names/</link>
<description><![CDATA[ <p>The names of the months, as returned by date('M', ...)</p> ]]></description>
<pubDate>Thu, 02 Nov 2006 15:25:13 GMT</pubDate>
<guid>http://snipplr.com/view/1527/array-of-short-month-names/</guid>
</item>
<item>
<title>(PHP) map_index</title>
<link>http://snipplr.com/view/1512/mapindex/</link>
<description><![CDATA[ <p>A way of compacting an array of arrays into an array of values.

Say you have an NxM matrix, where each child array represents a row, and you want to iterate over the first element in each row: foreach(map_index(0, $matrix) as $first_elem) ...</p> ]]></description>
<pubDate>Wed, 01 Nov 2006 08:24:26 GMT</pubDate>
<guid>http://snipplr.com/view/1512/mapindex/</guid>
</item>
<item>
<title>(PHP) mysql_select_one</title>
<link>http://snipplr.com/view/1197/mysqlselectone/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 26 Sep 2006 15:00:20 GMT</pubDate>
<guid>http://snipplr.com/view/1197/mysqlselectone/</guid>
</item>
<item>
<title>(PHP) map_attr</title>
<link>http://snipplr.com/view/1195/mapattr/</link>
<description><![CDATA[ <p>Map an array of objects to a named attribute on those objects.</p> ]]></description>
<pubDate>Tue, 26 Sep 2006 14:20:16 GMT</pubDate>
<guid>http://snipplr.com/view/1195/mapattr/</guid>
</item>
</channel>
</rss>