Posted by Janwillem Borleffs on 07/24/05 14:17
Kees Boer wrote:
> Let me ask you on this reply. Which words are variables and which are
> reserverd words?
>
> $array = array_fill(0, 32, array(array()))
>
> What is array_fill? Is that a reserved word or just some variable
> that was made up.
array_fill is a function, see the manual: http://www.php.net/array_fill.
> What does array(array()) do?
>
This creates an empty array with an empty array as its first and only
element.
JW
Navigation:
[Reply to this message]
|