fork(2) download
  1. <?php
  2. $age = array("john"=>"35", "smith"=>"37", "Joe"=>"43");
  3. ksort($age);
  4. ?>
Success #stdin #stdout 0.02s 52432KB
stdin
Standard input is empty
stdout
Standard output is empty