<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Utilizing PHP&#8217;s print_r() function</title>
	<atom:link href="http://mikebranski.com/blog/utilizing-phps-print_r-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikebranski.com/blog/utilizing-phps-print_r-function/</link>
	<description>Aspiring photographer. Web developer extraordinaire. Stormtrooper in a past life.</description>
	<lastBuildDate>Sun, 05 Feb 2012 10:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Krrish</title>
		<link>http://mikebranski.com/blog/utilizing-phps-print_r-function/#comment-4156</link>
		<dc:creator>Krrish</dc:creator>
		<pubDate>Tue, 13 Sep 2011 12:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://mikebranski.com/?p=145#comment-4156</guid>
		<description>&quot;queue up&quot; - Really New information for me...</description>
		<content:encoded><![CDATA[<p>&#8220;queue up&#8221; &#8211; Really New information for me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Fastie</title>
		<link>http://mikebranski.com/blog/utilizing-phps-print_r-function/#comment-1970</link>
		<dc:creator>Will Fastie</dc:creator>
		<pubDate>Sat, 18 Dec 2010 15:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://mikebranski.com/?p=145#comment-1970</guid>
		<description>Very useful tip - I learned something about print_r that I didn&#039;t know. Thanks.</description>
		<content:encoded><![CDATA[<p>Very useful tip &#8211; I learned something about print_r that I didn&#8217;t know. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndyH</title>
		<link>http://mikebranski.com/blog/utilizing-phps-print_r-function/#comment-1532</link>
		<dc:creator>AndyH</dc:creator>
		<pubDate>Thu, 04 Nov 2010 12:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://mikebranski.com/?p=145#comment-1532</guid>
		<description>For ajax, modify the above to log to a file and watch that with a separate bit of ajax, or tail -f instead</description>
		<content:encoded><![CDATA[<p>For ajax, modify the above to log to a file and watch that with a separate bit of ajax, or tail -f instead</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spicer Matthews</title>
		<link>http://mikebranski.com/blog/utilizing-phps-print_r-function/#comment-1146</link>
		<dc:creator>Spicer Matthews</dc:creator>
		<pubDate>Thu, 09 Sep 2010 15:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://mikebranski.com/?p=145#comment-1146</guid>
		<description>Wow. Sweet. Tip. I use print_r about 100 times a day. Always get annoyed. Particularly with Ajax returns. Tough to do a view source on an ajax return and see the print_r statement. 

Thanks.</description>
		<content:encoded><![CDATA[<p>Wow. Sweet. Tip. I use print_r about 100 times a day. Always get annoyed. Particularly with Ajax returns. Tough to do a view source on an ajax return and see the print_r statement. </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radoslav Stankov</title>
		<link>http://mikebranski.com/blog/utilizing-phps-print_r-function/#comment-1125</link>
		<dc:creator>Radoslav Stankov</dc:creator>
		<pubDate>Wed, 01 Sep 2010 13:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://mikebranski.com/?p=145#comment-1125</guid>
		<description>Far better idea is to define your own function ( I call it &#039;d&#039; :) ):

function d(){
    echo &#039;&lt;pre&gt;&#039;;
    foreach(func_get_args() as $v){
       print_r($v);
    }
    echo &#039;&lt;/pre&gt;&#039;;
}

And you can: d($a, $b, $c);</description>
		<content:encoded><![CDATA[<p>Far better idea is to define your own function ( I call it &#8216;d&#8217; <img src='http://mikebranski.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ):</p>
<p>function d(){<br />
    echo &#8216;
<pre>';
    foreach(func_get_args() as $v){
       print_r($v);
    }
    echo '</pre>
<p>&#8216;;<br />
}</p>
<p>And you can: d($a, $b, $c);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eddy</title>
		<link>http://mikebranski.com/blog/utilizing-phps-print_r-function/#comment-1095</link>
		<dc:creator>eddy</dc:creator>
		<pubDate>Fri, 20 Aug 2010 13:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://mikebranski.com/?p=145#comment-1095</guid>
		<description>good, but not that much.</description>
		<content:encoded><![CDATA[<p>good, but not that much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://mikebranski.com/blog/utilizing-phps-print_r-function/#comment-711</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sat, 24 Apr 2010 04:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://mikebranski.com/?p=145#comment-711</guid>
		<description>Good sharing, thanks.</description>
		<content:encoded><![CDATA[<p>Good sharing, thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

