Advertisements
Advertisements
Questions
Define Array in PHP.
Write Short notes on Array?
Definition
Short/Brief Note
Advertisements
Solution
Array is a concept that stores more than one value of the same data type (homogeneous) in the single array variable. They are 3 types of array in PHP.
- Indexed Arrays
- Associative Array and
- Multi-Dimensional Array
shaalaa.com
Is there an error in this question or solution?
