/ Published in: PHP
Converts object to an array
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function objectToArray( $object ) { return $object; } } }