<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Random Programmer &#187; php</title>
	<atom:link href="http://therndpro.wordpress.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://therndpro.wordpress.com</link>
	<description>From anime to zebras</description>
	<lastBuildDate>Sat, 18 Jul 2009 00:46:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='therndpro.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Random Programmer &#187; php</title>
		<link>http://therndpro.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://therndpro.wordpress.com/osd.xml" title="The Random Programmer" />
	<atom:link rel='hub' href='http://therndpro.wordpress.com/?pushpress=hub'/>
		<item>
		<title>This angered me. I couldn&#8217;t find a way &#8230;</title>
		<link>http://therndpro.wordpress.com/2009/07/18/this-angered-me-i-couldnt-find-a-way/</link>
		<comments>http://therndpro.wordpress.com/2009/07/18/this-angered-me-i-couldnt-find-a-way/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 00:45:47 +0000</pubDate>
		<dc:creator>nijikokun</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://therndpro.wordpress.com/2009/07/18/this-angered-me-i-couldnt-find-a-way/</guid>
		<description><![CDATA[This angered me. I couldn&#8217;t find a way to turn multidimensional arrays into a single array with only keys that are not empty. Should support infinite dimensions. Haven&#8217;t hard tested it but it works for what I needed it for. // DE MULTIDIMENSIONAL function single($ar, $new = array()) { $new = $new; foreach($ar as $key [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=therndpro.wordpress.com&#038;blog=8465468&#038;post=8&#038;subd=therndpro&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This angered me. I couldn&#8217;t find a way to turn multidimensional arrays into a single array with only keys that are not empty. Should support infinite dimensions. Haven&#8217;t hard tested it but it works for what I needed it for.</p>
<p><code>// DE MULTIDIMENSIONAL<br />
function single($ar, $new = array())<br />
{<br />
	$new = $new;</p>
<p>	foreach($ar as $key =&gt; $data)<br />
	{<br />
		if(is_array($data))<br />
		{<br />
			$new = single($data, $new);<br />
		}<br />
		else if(!empty($data))<br />
		{<br />
			$new[$key] = $data;<br />
		}<br />
	}</p>
<p>	return $new;<br />
}</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/therndpro.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/therndpro.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/therndpro.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/therndpro.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/therndpro.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/therndpro.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/therndpro.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/therndpro.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/therndpro.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/therndpro.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/therndpro.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/therndpro.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/therndpro.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/therndpro.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=therndpro.wordpress.com&#038;blog=8465468&#038;post=8&#038;subd=therndpro&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://therndpro.wordpress.com/2009/07/18/this-angered-me-i-couldnt-find-a-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9736419d309f4ad6a4caf9420b56f1af?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nijiko</media:title>
		</media:content>
	</item>
	</channel>
</rss>
