fork download
  1. <?php
  2.  
  3. $cat = "1,5,6,8,9";
  4. $array_of_cat = explode(",", $cat);
  5.  
  6. echo "<$array_of_cat>";
Success #stdin #stdout #stderr 0.01s 20568KB
stdin
Standard input is empty
stdout
<Array>
stderr
PHP Notice:  Array to string conversion in /home/xAYGbC/prog.php on line 6