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.
Příklad 1. array_fill() example
$a now has the following entries using print_r():
|
Předcházející | Domů | Další |
array_diff | Nahoru | array_filter |