Answers for "php vars to array"

PHP
4

php string to array

$array = explode(' ', $string);
Posted by: Guest on July-04-2021
1

convert object to array in php

// It will work Perfectly Fine.
$arr = json_decode(json_encode($obj), true);
Posted by: Guest on August-31-2021

Browse Popular Code Answers by Language