Answers for "how to pass object stdclass to array in php"

PHP
0

php object(stdclass) to array

$array = json_decode(json_encode($object), true);
Posted by: Guest on December-16-2020

Code answers related to "how to pass object stdclass to array in php"

Browse Popular Code Answers by Language