Manuál PHP | ||
---|---|---|
Předcházející | Další |
array_fill() fills an array with
num
entries of the value of the
value
parameter, keys starting at the
start_index
parameter. Note that
num
must be a number greater than zero, or PHP will throw
a warning.
See also str_repeat() and range().
Předcházející | Domů | Další |
array_fill_keys | Nahoru | array_filter |