<?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>ExpBuilder &#187; Array</title>
	<atom:link href="http://www.expbuilder.com/tag/array/feed" rel="self" type="application/rss+xml" />
	<link>http://www.expbuilder.com</link>
	<description>For web resources</description>
	<lastBuildDate>Wed, 05 May 2010 09:49:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP array tutorial</title>
		<link>http://www.expbuilder.com/php-array-tutorial.html</link>
		<comments>http://www.expbuilder.com/php-array-tutorial.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 12:53:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Basic]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=1170</guid>
		<description><![CDATA[In this tutorial I will show you how to work with arrays in PHP. You will learn how to create, sort or print an array. Besides this we will touch on multidimensional arrays as well.
Step 1 &#8211; Introduction to arrays
Arrays are special data types. Despite of other normal variables an array can store more than [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/php-array-tutorial.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better Array Storage</title>
		<link>http://www.expbuilder.com/better-array-storage.html</link>
		<comments>http://www.expbuilder.com/better-array-storage.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 22:48:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Better]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=934</guid>
		<description><![CDATA[Better Array Storage

By : Bogdan Zarchievici
This is a simple class that can serialize and unserialize arrays in compressed data.
The class uses the var_export function to create a serialized version of the array that is compressed with zlib library functions.
To unserialize the class decompresses the serialized array and uses the PHP eval function to restore the [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/better-array-storage.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Array Storage</title>
		<link>http://www.expbuilder.com/array-storage.html</link>
		<comments>http://www.expbuilder.com/array-storage.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 22:48:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=932</guid>
		<description><![CDATA[Array Storage

By : Snt
The class just converts array data into PHP code that would rebuild the array when run. Then it can compress the generated code so it can take less space to store for instance in a database BLOB field.
download :
http://www.ziddu.com/download/7365884/array_storage-2005-02-16.zip.html
]]></description>
		<wfw:commentRss>http://www.expbuilder.com/array-storage.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generic Array</title>
		<link>http://www.expbuilder.com/generic-array.html</link>
		<comments>http://www.expbuilder.com/generic-array.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 22:29:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Generic]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=856</guid>
		<description><![CDATA[Generic Array

By :   Martin Alterisio
This class can be used to create arrays that allow members of just one type.
It implements a class loader that gives a special treatment to the creation of objects of classes with the names that start with ArrayOf.
The class assumes that it is intended to create an object of [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/generic-array.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dump To Array</title>
		<link>http://www.expbuilder.com/dump-to-array.html</link>
		<comments>http://www.expbuilder.com/dump-to-array.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 22:24:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Dump]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=838</guid>
		<description><![CDATA[Dump To Array

By :   Matthew Osborne
This class can be used to generate PHP code that represents an array value.
It takes an array parameter and traverses it recursively to generate a string of PHP code that can be used in PHP scripts to initialize the array with the same value structure.
Download :
http://www.ziddu.com/download/7338101/dumptoarray-2009-08-15.zip.html
]]></description>
		<wfw:commentRss>http://www.expbuilder.com/dump-to-array.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
