Function __global->next

Definitions

sources_custom/phpstub.php

  • Advance the internal array pointer of 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

Returns

  • The array value we're now pointing at
  • Type: mixed
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Advance the internal array pointer of an array.
 *
 * @param  array $array The array
 * @return mixed The array value we're now pointing at
 */

function next(array $array)