PHP Manual
array_fill
Description
array array_fill ( int start_index, int num, mixed value )
Fills an array with
num entries of the value of the
value parameter, keys starting at the
start_index parameter.
Parameters
start_indexThe first index of the returned array
numNumber of elements to insert
valueValues to use filling
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




