..
The function returns an array array_fill populated with values. The accepted parameters are:
$ Arr = array_fill (2, 3, "dog"); print_r ($ arr);'S output of the code above will be:
Array ( [2] => Dog [3] => Dog [4] => Dog )
| |
Linux (Course)
Complete guide to open-source system. From 49 €. |
| |
MySQL (Course)
Management of open-source database. From 39 €. |
| |
PHP (Course)
Full course for creating dynamic Web sites. From 49 €. |