|
Posted by Giovanni R. on 05/30/07 01:05
Umberto Salsi <salsi@icosaedro.italia> wrote:
> This code will say you all about the existence of the $array and its
> element 'inexistent_index', also if this element is NULL: ...
Umbe', scusa, ma a che mi serve? ;-)
Anyway, I used your code and it confirms that: byVal($array['index'])
does not create neither the index nor the array and generates the
notice; byRef($array['index']) does not generate the notice, but creates
the index and the array; byRef(@$array['index']) does not create neither
the index nor the array, and does not generate the notice, like isset().
Ciao, Giovanni
Navigation:
[Reply to this message]
|