From: Peter van der Does on 9 Mar 2010 09:18 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: @petervanderdoes WordPress Plugin Developer Blog: http://blog.avirtualhome.com Forums: http://forums.avirtualhome.com Twitter: @avhsoftware
From: Timo Witte on 9 Mar 2010 09:35 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? >
|
Pages: 1 Prev: EHLO error 554: what can it be? Next: outlook calendar entry on the fly |