Advertisement Remove all ads
Advertisement Remove all ads
Advertisement Remove all ads
Definition
Short Note
Define Array in PHP.
Write Short notes on Array?
Advertisement Remove all ads
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
Concept: Array in PHP
Is there an error in this question or solution?