Answers for "string convert to array php"

PHP
1

convert std to array php

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

string to array in php

print_r(explode(',',$yourstring));
Posted by: Guest on October-12-2020

Code answers related to "string convert to array php"

Browse Popular Code Answers by Language