February 2013
Intermediate to advanced
538 pages
20h 55m
English
array_fill
array array_fill(intstart, intcount, mixedvalue)
Returns an array with count elements
with the value value. Numeric indices are
used, starting at start and counting upward
by 1 for each element. If count is zero or
less, an error is produced.
Read now
Unlock full access