<?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/"
	>

<channel>
	<title>SuperWebDeveloper.com &#187; print_r</title>
	<atom:link href="http://www.superwebdeveloper.com/tag/print_r/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.superwebdeveloper.com</link>
	<description>programming, php, reviews, code, news</description>
	<lastBuildDate>Wed, 08 Sep 2010 20:01:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Formatted print_r is Darn useful</title>
		<link>http://www.superwebdeveloper.com/2008/11/11/formatted-print_r-is-darn-useful/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.superwebdeveloper.com/2008/11/11/formatted-print_r-is-darn-useful/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 20:39:21 +0000</pubDate>
		<dc:creator>pbg</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[print_r]]></category>

		<guid isPermaLink="false">http://www.superwebdeveloper.com/?p=80</guid>
		<description><![CDATA[Here is one of the little improvements upon a php script that makes it even more useful &#8211; at least appropriate for browser output. I make no claim to having invented this, its just a useful little script to pass on for debugging arrays in PHP. function printR($arr, $label= null) { if($label){ echo &#8220;&#60;h2&#62;$label&#60;/h2&#62; \n [...]]]></description>
			<content:encoded><![CDATA[<p>Here is one of the little improvements upon a php script that makes it even more useful &#8211; at least appropriate for browser output. I make no claim to having invented this, its just a useful little script to pass on for debugging arrays in PHP.</p>
<p>function printR($arr, $label= null) {<br />
if($label){<br />
echo &#8220;&lt;h2&gt;$label&lt;/h2&gt; \n &#8220;;<br />
}<br />
echo &#8220;\n\n&lt;pre&gt;\n&#8221;;<br />
print_r($arr);<br />
echo &#8220;\n&lt;/pre&gt;\n\n&#8221;;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.superwebdeveloper.com/2008/11/11/formatted-print_r-is-darn-useful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
