<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 22 May 2013 17:01:33 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPBuilder.com: Introduction to Arrays and Hashes in PHP - The ABC's of PHP Part 7]]></title>
      <guid>http://www.phpdeveloper.org/news/12430</guid>
      <link>http://www.phpdeveloper.org/news/12430</link>
      <description><![CDATA[<p>
PHPBuilder.com has posted <a href="http://www.phpbuilder.com/columns/peter_shaw04282009.php3">the seventh part</a> of their "ABCs of PHP" series - a look at arrays and hashes.
</p>
<blockquote>
An array is a list of a certain variable type, where each item in the list can be referenced by a unique index number, usually starting at 0. [...] Like any other variable type, PHP will automatically define a variable type and set it up for you when you start using it, however in most cases (and it's good practice) you should usually pre-declare your intention to use an array, especially if you don't know in advance what your going to be storing in it.
</blockquote>
<p>
The <a href="http://www.phpbuilder.com/columns/peter_shaw04282009.php3">article</a> talks about what arrays are, how to create them, manipulating them with functions like <a href="http://php.net/array_splice">array_splice</a> and creating subarrays.
</p>]]></description>
      <pubDate>Thu, 30 Apr 2009 07:57:08 -0500</pubDate>
    </item>
  </channel>
</rss>
