InterviewSolution
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.0This question was addressed to me in a job interview.My query is from Numeric Data Types in portion Data Type Reference, Operators and Functions of MySQL |
|
Answer» The correct OPTION is (b) $a[0] |
|