Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://old.hcs.cmc.msu.ru/php/function.array-fill.html
Дата изменения: Sun Feb 3 22:34:09 2002 Дата индексирования: Mon Oct 1 22:02:16 2012 Кодировка: |
array_fill() fills an array with num entries of the value of the value parameter, keys starting at the start_index parameter.
Example 1. array_fill() example
$a now has the following entries using print_r():
|