On Tuesday, June 11, 2002 at 10:59:00 PM, you wrote:

> So this would handle 2-demensional arrays too?

> So, if I have

> $array = (
>     "foo" => "bar",
>     "wom" => "bat"
>     );

(erm, i know it's late, but that looks like a 1-dimensional associative array)

> it would work?

As far as I know, serialize will handle multi-dimensional arrays. If I were you
I would suck it and see.

-- 
Stuart


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to