PHP function shuffle()
Shuffle an array
Availability in PHP 4.0
Shuffle an array
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$array |
array |
not | The array. |
Return values
bool
Returns true on success, otherwise false on failure.
Other resources
Loading comments...