tostdClass($array) $array: array value expected to be converted
$object = tostdClass(['gender' => 'male']); vdump($object->gender); //male