fork(2) download
  1. <?php
  2. $str = '4716501731980995';
  3. $novo = str_split($str, 4);
  4. echo $novo[0]. str_repeat('*', 8). $novo[3];
Success #stdin #stdout 0.02s 23684KB
stdin
Standard input is empty
stdout
4716********0995