<?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>Tech aspirant - The ultimate technology Blog &#187; split array</title>
	<atom:link href="http://www.techaspirant.com/tag/split-array/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techaspirant.com</link>
	<description>My thoughts and finding in brief...arunrajr</description>
	<lastBuildDate>Wed, 18 Aug 2010 07:52:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>PHP:: How to split a large array in small pieces :: or split array into chunks</title>
		<link>http://www.techaspirant.com/php-how-to-split-a-large-array-in-small-pieces-or-split-array-into-chunks/</link>
		<comments>http://www.techaspirant.com/php-how-to-split-a-large-array-in-small-pieces-or-split-array-into-chunks/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 05:01:28 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[array_chunk]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[split array]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=237</guid>
		<description><![CDATA[Hello All, Yesterday i was searching for a solution to split large array into small pieces. Suddenly i noticed the that php have a built in function to split array into small pieces. It was very surprise to me .. Here it is Function : array array_chunk ( array $input , int $size [, bool [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/php-how-to-split-a-large-array-in-small-pieces-or-split-array-into-chunks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
