fork(1) download
  1. <?php
  2.  
  3. $numbers = '34985';
  4.  
  5. echo join(', ', str_split($numbers));
Success #stdin #stdout 0s 82560KB
stdin
Standard input is empty
stdout
3, 4, 9, 8, 5