<?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>DevelopByte &#187; develop</title>
	<atom:link href="http://developbyte.com/category/develop/feed/" rel="self" type="application/rss+xml" />
	<link>http://developbyte.com</link>
	<description>php js html css</description>
	<lastBuildDate>Mon, 22 Aug 2011 08:31:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Дебаг переменных в PHP</title>
		<link>http://developbyte.com/2010/05/debug-variables-php/</link>
		<comments>http://developbyte.com/2010/05/debug-variables-php/#comments</comments>
		<pubDate>Mon, 10 May 2010 02:19:39 +0000</pubDate>
		<dc:creator>DevelopByte</dc:creator>
				<category><![CDATA[develop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[debug]]></category>

		<guid isPermaLink="false">http://developbyte.com/?p=119</guid>
		<description><![CDATA[Очень часто нужно дебажить переменные в php. Для этого я использую вот такую функцию. Очень удобно. /** * Printout function * * @param mixed $obj * @param bool $stop * @param string $type */ function pa&#40;$obj, $stop = false, $type = 'vd'&#41; &#123; $backTrace = debug_backtrace&#40;&#41;; echo '&#60; '.'pre&#62;'; if&#40;isset&#40;$backTrace&#91;0&#93;&#91;'file'&#93;&#41; &#38;&#38; isset&#40;$backTrace&#91;0&#93;&#91;'line'&#93;&#41;&#41; &#123; echo '&#60;b&#62;pa [...]]]></description>
		<wfw:commentRss>http://developbyte.com/2010/05/debug-variables-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

