

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