fork(275) download
  1. <?php
  2.  
  3. $str = "1234123412341234";
  4. echo chunk_split($str, 4, ' ');
Success #stdin #stdout 0.02s 13064KB
stdin
Standard input is empty
stdout
1234 1234 1234 1234