<?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>{Chang2Chang} &#187; func_get_args</title>
	<atom:link href="http://www.chang2chang.com/tag/func_get_args/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chang2chang.com</link>
	<description>Web Technology &#124; Reviews &#124; Development &#124; Tutorials</description>
	<lastBuildDate>Mon, 01 Nov 2010 14:28:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>php func_get_args</title>
		<link>http://www.chang2chang.com/2009/09/php-func_get_args/</link>
		<comments>http://www.chang2chang.com/2009/09/php-func_get_args/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 01:37:35 +0000</pubDate>
		<dc:creator>Chang</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[func_get_args]]></category>

		<guid isPermaLink="false">http://www.chang2chang.com/?p=115</guid>
		<description><![CDATA[Recently looking in Drupal&#8217;s source code I found the func_get_args function. It is quite a powerful function for newer version of php It basically takes in a random number of arguments and parses them in an argument array. Basically, here&#8217;s what how it works function foo_bar() { $args = func_get_args; for($i = 0; $i< count($args; [...]]]></description>
		<wfw:commentRss>http://www.chang2chang.com/2009/09/php-func_get_args/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

