Arrays and PHP: A Primer
(Page 1 of 6 )
For many years, arrays have been used to logically store and sequence data. They have also been the point of confusion for many developers. In this article, Tuna will talk about the structure of arrays and how you can create and manipulate arrays with the PHP scripting language.Do you know the proper meaning of the word "Array"? At dictionary.com, an array is defined as "An arrangement of memory elements in one or more planes". For many decades now (since programming languages were first created), arrays have actively helped programmers properly utilize memory structure and allocation.
In this article, I will talk about the fundamentals of arrays, as well as give some brief examples of arrays in PHP.
Next: The fundamentals of memory allocation >>
More PHP Articles
More By Tuna Celik