fork(1) download
  1. <?php
  2.  
  3. echo "Бросаем кубик...\n";
  4. $castCube=mt_rand(1,6);
  5. echo "Выпало $castCube\n";
Success #stdin #stdout 0s 82880KB
stdin
Standard input is empty
stdout
Бросаем кубик...
Выпало 4