Answers for "array to opject php"

PHP
0

array to object php

$object = json_decode(json_encode($array), FALSE);
Posted by: Guest on January-22-2021
0

object values to array php

array_values(get_object_vars($object));
Posted by: Guest on September-18-2020

Browse Popular Code Answers by Language