Using ArrayObject

What is the advantage of using ArrayObject to build a Registry class?

--
Peter van der Does

GPG key: E77E8E98

IRC: Ganseki on irc.freenode.net
Twitter: [at] petervanderdoes

WordPress Plugin Developer
Blog: http://blog.avirtualhome.com
Forums: http://forums.avirtualhome.com
Twitter: [at] avhsoftware

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Peter van der Does [ Di, 09 März 2010 15:18 ] [ ID #2034465 ]

Re: Using ArrayObject

you can use ArrayObject functions?
an Object is always easier to handle / convert.
instead of $serialized = serialize($array);
you can do things like $serialized = (string)$arrayObject; and things
like that.

Peter van der Does wrote:
> What is the advantage of using ArrayObject to build a Registry class?
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Timo Witte [ Di, 09 März 2010 15:35 ] [ ID #2034466 ]
PHP » gmane.comp.php.general » Using ArrayObject

Vorheriges Thema: Load simulation tests
Nächstes Thema: Re: how to capture INF return from exp()