What is the difference between a numeric and an associative array?
What is the main benefit of the array
keyword?
What is the difference between foreach
and each
?
How can you create a multidimensional array?
How can you determine the number of elements in an array?
What is the purpose of the explode
function?
How can you set PHP’s internal pointer into an array back to the first element of the array?
See Chapter 6 Answers in Appendix A for the answers to these questions.