Home » MYSQL » Data Types » Question
  1. Arrays can have associative indices in PHP.
    1. False
    2. True
    3. NA
    4. NA
    5. 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.



Your comments will be displayed only after manual approval.