March 2002
Intermediate to advanced
528 pages
21h 29m
English
array_reverse
array array_reverse(arrayarray[, boolpreserve_keys])
Returns an array containing the same elements as the input array, but
whose order is reversed. If the second parameter is given and is
true, the keys for the elements are preserved; if
not, the keys are lost.