array_reverse

Definition

array array_reverse ( array $array [, bool $preserve_keys = false ] )

Description

Takes an input array and returns a new array with the order of the elements reversed.

[More at php.net]

Parameters



loading


Share/bookmark - array_reverse


Global comments