Home » PHP » PHP Arrays » Question
  1. PHP’s numerically indexed array begin with position ___________.
    1. 0
    2. -1
    3. 2
    4. 1
    5. None of these
Correct Option: A

Like many programming languages, the first element of an array has an index value of 0.



Your comments will be displayed only after manual approval.