Function __global->array_fill

Definitions

sources_custom/phpstub.php

  • Fill an array with values.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$start_index integer required parameter N/A N/A The first index of the returned array. If start_index is negative, the first index of the returned array will be start_index and the following indices will start from zero.
$num integer required parameter N/A N/A Number of elements to insert. Must be greater than zero.
$value mixed required parameter N/A N/A Value to use for filling

Return

  • The filled array
  • Type: array
  • Set: N/A
  • Range: N/A