Posted by Michael Fesser on 11/26/07 16:17
..oO(alexandis@gmail.com)
>I'm surprised, i haven't expected it was possible to create nested
>array elements (subelements) implicitly, via reference :-o
If you want to reference a variable or an array element that doesn't
exist yet, it is created and set to NULL. There's a short note about
this in the manual:
What References Do
http://www.php.net/manual/en/language.references.whatdo.php
See the third note and the example on that page.
Micha
Navigation:
[Reply to this message]
|