February 2013
Intermediate to advanced
538 pages
20h 55m
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
preserve_keys is set to true
then numeric keys are preserved. Non-numeric keys are not affected by
this parameter and are always preserved.
Read now
Unlock full access