March 2002
Intermediate to advanced
528 pages
21h 29m
English
each
array each(array array)
Creates an array containing the keys and values of the element
currently pointed at by the array’s internal
pointer. The array contains four elements: elements with the keys
0 and key from the
element contain the key of the element, and elements with the keys
1 and value contain the
value of the element.
If the internal pointer of the array points beyond the end of the
array, each( ) returns false.