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