fork download
  1. <?php
  2.  
  3. $x = "32.56858, 1.29022";
  4. list($y, $h) = explode(', ', $x);
  5.  
  6. echo "$y $h";
Success #stdin #stdout 0.02s 23504KB
stdin
Standard input is empty
stdout
32.56858 1.29022