Answers for "php sting to array"

PHP
2

php string to array

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

convert std to array php

<?php
  $realArray = (array) $stdClass;
?>
Posted by: Guest on May-12-2021

Browse Popular Code Answers by Language