fork(1) download
  1. <?php
  2. $digits = "11112";
  3. $arrDigits = str_split($digits);
  4.  
  5. echo array_sum($arrDigits);
Success #stdin #stdout 0.01s 82880KB
stdin
Standard input is empty
stdout
6