shuffle

Example

 bool shuffle ( array &$array ) 

Description

This function shuffles (randomizes the order of the elements in) an array.

Return Values

Returns TRUE on success or FALSE on failure.