objectToArray Part 2


/ Published in: PHP
Save to your folder(s)

If you want to use this in a class, change the last line to:

` return array_map(array($this, __FUNCTION__), $object ); `

URL: http://www.sitepoint.com/forums/showthread.php?438748-convert-object-to-array

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.