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