fork(33) download
  1. <?php
  2.  
  3. $password="1bsdf4";
  4. echo chunk_split($password, 1, ' ');
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
1 b s d f 4