InterviewSolution
Saved Bookmarks
| 1. |
How Values In Arrays Are Indexed? |
|
Answer» VALUES in an array are all INDEXED their corresponding keys. Because we can use either an integer or a string as a key in an array, we can divide ARRAYS into 3 categories:
Values in an array are all indexed their corresponding keys. Because we can use either an integer or a string as a key in an array, we can divide arrays into 3 categories: |
|