Answers for "php object to stdclass"

PHP
0

php object(stdclass) to array

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

get data from stdclass object php

$var =  $this->db->get_where();
Posted by: Guest on November-25-2020

Code answers related to "php object to stdclass"

Browse Popular Code Answers by Language