-
Arrays can have associative indices in PHP.
-
- False
- True
- NA
- NA
- NA
Correct Option: B
The PHP arrays can even have both numeric and associative elements. For example, $x[1] and $x[“large”] can both be the elements of the same array. $x can be an object, whose elements are accessed by the arrow ‘->’ operated.