<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - mloberg</title>
<link>http://snipplr.com/users/mloberg/tags/arrays</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 16:55:46 GMT</pubDate>
<item>
<title>(PHP) Convert Array To Variables</title>
<link>http://snipplr.com/view/49237/convert-array-to-variables/</link>
<description><![CDATA[ <p>This simply takes an array and coverts it to variables. E.g. If you had an array, $array = array("key" => "value"), after running this script, $key would be "value".</p> ]]></description>
<pubDate>Sat, 19 Feb 2011 06:50:45 GMT</pubDate>
<guid>http://snipplr.com/view/49237/convert-array-to-variables/</guid>
</item>
</channel>
</rss>