| In computer science an array is a data structure consisting of a group of elements that are accessed by indexing. In most programming languages each element has the same data type, in PHP however each element can be a different data type. Each element of an array has a unique identifying index number. Changes made to one element of an array do not affect the other elements. |
| View Tutorial |
Arrays in PHP
Posted under Php Tutorials on Saturday, 6 June 2009 by ashu




















No Responses to “Arrays in PHP”