<?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>digitalnature &#187; print_r</title>
	<atom:link href="https://digitalnature.eu/blog/tag/print_r/feed/" rel="self" type="application/rss+xml" />
	<link>https://digitalnature.eu</link>
	<description>Rise Above the Ordinary</description>
	<lastBuildDate>Fri, 11 Sep 2015 15:02:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Practical uses of PHP&#8217;s Reflection API</title>
		<link>https://digitalnature.eu/blog/2012/12/30/practical-uses-of-phps-reflection-api/</link>
		<comments>https://digitalnature.eu/blog/2012/12/30/practical-uses-of-phps-reflection-api/#comments</comments>
		<pubDate>Sun, 30 Dec 2012 13:45:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[print_r]]></category>
		<category><![CDATA[reflection]]></category>
		<category><![CDATA[var_dump]]></category>
		<category><![CDATA[var_export]]></category>

		<guid isPermaLink="false">http://digitalnature.eu/?p=5969</guid>
		<description><![CDATA[While I&#8217;ve been working on my CM framework, I came to realize how useful PHP&#8217;s Reflection actually is during development.
So I wrote two examples: php-highlight, which displays caller source in my custom exception handler, and php-ref, which prints detailed and nicely formatted information about a  [...]]]></description>
			<content:encoded><![CDATA[<p>While I&#8217;ve been working on my CM framework, I came to realize how useful PHP&#8217;s <a href="http://php.net/manual/en/book.reflection.php">Reflection</a> actually is during development.</p>
<p>So I wrote two examples: <a href="https://github.com/digitalnature/php-highlight" rel="external">php-highlight</a>, which displays caller source in my custom exception handler, and <a href="https://github.com/digitalnature/php-ref" rel="external">php-ref</a>, which prints detailed and nicely formatted information about a variable, for example:</p>
<p><a href="http://digitalnature.eu/wp-content/uploads/2012/12/2.png"><img class="alignleft size-full wp-image-5973" title="2" src="http://digitalnature.eu/wp-content/uploads/2012/12/2.png" alt="" width="690" height="867" /></a></p>
<p>If you&#8217;re a plugin developer (for any PHP app), these would save you some development time, which you normally use to google around documentation for a function or class <img src='https://digitalnature.eu/wp-content/themes/digitalnature/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>https://digitalnature.eu/blog/2012/12/30/practical-uses-of-phps-reflection-api/feed/</wfw:commentRss>
		<slash:comments>240</slash:comments>
		</item>
	</channel>
</rss>
