shuffle - chung-leong/qb GitHub Wiki
shuffle - Shuffle an array
bool shuffle( array &$array )
shuffle() randomizes the order of the elements in an array.
Parameters:
array - The array to shuffle.
Return Value:
true
Version
1.0 and above.
shuffle - Shuffle an array
bool shuffle( array &$array )
shuffle() randomizes the order of the elements in an array.
array - The array to shuffle.
true
1.0 and above.