Andrei Zmievski wrote:
> Why do we want to continue treating objects as arrays? Can't people
> simply pass get_object_vars($obj) result to array_walk?

That won't work because array_walk() takes a reference.

-- 
Michael

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

Reply via email to