<?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; php</title>
	<atom:link href="http://www.chang2chang.com/tag/php/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>Split text file by line numbers in PHP</title>
		<link>http://www.chang2chang.com/2010/06/split-text-file-by-line-numbers-in-php/</link>
		<comments>http://www.chang2chang.com/2010/06/split-text-file-by-line-numbers-in-php/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 03:17:32 +0000</pubDate>
		<dc:creator>Chang</dc:creator>
				<category><![CDATA[Open source development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[file split]]></category>
		<category><![CDATA[split file by lines]]></category>
		<category><![CDATA[text file split]]></category>

		<guid isPermaLink="false">http://www.chang2chang.com/?p=144</guid>
		<description><![CDATA[On a recent project I happen to stumble upon an unique problem: splitting up a large flat text file (in my case large CSV) into equal parts so the processing could be more manageable. So the problem: Split up a CSV file with 100,000 rows of data After going through a few search engines, I [...]]]></description>
		<wfw:commentRss>http://www.chang2chang.com/2010/06/split-text-file-by-line-numbers-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>Custom 403 module on Drupal.org</title>
		<link>http://www.chang2chang.com/2009/06/custom_403_drupal/</link>
		<comments>http://www.chang2chang.com/2009/06/custom_403_drupal/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 04:02:40 +0000</pubDate>
		<dc:creator>Chang</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Open source development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[403]]></category>
		<category><![CDATA[access denied]]></category>
		<category><![CDATA[module]]></category>

		<guid isPermaLink="false">http://www.chang2chang.com/?p=64</guid>
		<description><![CDATA[This is a module I have worked on a while back. I have recently had the time to finish it and it is now released and hosted on drupal.org, which is very exciting. You can view the module project page here, to see a demo page, please visit here The module was made with one [...]]]></description>
		<wfw:commentRss>http://www.chang2chang.com/2009/06/custom_403_drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

