Posted by Hendri Kurniawan on 04/20/07 10:31
Toby A Inkster wrote:
> Karl Groves wrote:
>
>> But what I get is instead a multidimensional array.
>> Doing a var_dump on $foo turns out to be
>> array(2) {
>> ["foo"]=>
>> string(5) "Stuff"
>> ["bar"]=>
>> string(10) "More Stuff"
>> }
>
> Umm... that isn't a multidimensional array. Translation follows:
He was saying... that he expected multi-dimensional array, but get
something else instead.
Hendri Kurniawan
Navigation:
[Reply to this message]
|