News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Introduction to Arrays and Hashes in PHP - The ABC's of PHP Part 7
April 30, 2009 @ 07:57:08

PHPBuilder.com has posted the seventh part of their "ABCs of PHP" series - a look at arrays and hashes.

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.

The article talks about what arrays are, how to create them, manipulating them with functions like array_splice and creating subarrays.

0 comments voice your opinion now!
introduction beginner array hash variable use subarray manipulate


blog comments powered by Disqus

Similar Posts

php|architect: Using PHP5's SOAP Support

PHP-Coding-Practices.com: How I Turned A Slow Array Sort Into A Quick One Using Quicksort Algorithm

DZone.com: Cloning in PHP

DevShed: PHP Functions

Hasin Hayder's Blog: Did you know 'you can have cheese burger' could be a variable name?


Community Events











Don't see your event here?
Let us know!


framework composer zendframework2 podcast database release development introduction testing interview series object code conference example opinion tool community functional language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework