Q. If $a represents an array with numeric indices in PHP, the first element accessed by . . . . . . . .
β
Correct Answer: (B)
$a[0]
Explanation: This question is about how we access elements in an array in PHP. Arrays are like containers that hold multiple values.