PHP Manual
array_reverse
Description
array array_reverse ( array array [, bool preserve_keys] )
array_reverse() takes input
array and returns a new array with the
order of the elements reversed, preserving the keys if
preserve_keys is TRUE.
Note: The second parameter was added in PHP 4.0.3.
See also array_flip().
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




