PHP Arrays
From NIOS
Previous Page | Home Page | Next Page |
---|
ICT Applications
An array is a special variable, whichcan store multiple values in one single variable.
In PHP, there are three kinds ofarrays:
- Numeric array - An array with anumeric index
- Associative array - An array whereeach ID key is associated with a value
- Multidimensional array - An arraycontaining one or more arrays
Previous Page | Home Page | Next Page |
---|
ICT Applications