Function __global->shuffle

Definitions

sources_custom/phpstub.php

  • Shuffle an array.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$array array No No required parameter N/A N/A The array to shuffle

Preview

Code (PHP)

/**
 * Shuffle an array.
 *
 * @param  array $array The array to shuffle
 */

function shuffle(array $array)