

MCQOPTIONS
Saved Bookmarks
1. |
If $a represents an array with numeric indices in PHP, the first element accessed by ______________ |
A. | $a[1] |
B. | $a[0] |
C. | $a.1 |
D. | $a.0 |
Answer» C. $a.1 | |