[Function] Shuffle

Status
Not open for further replies.

admin

Administrator
Staff member
Used to randomize the order of the elements in an array or a string
  • for an array, use the syntax:
    Code:
    shuffle(array)
  • for a string, use the syntax:
    Code:
    shuffle_string(string)
 
Status
Not open for further replies.
Back
Top