fork download
  1. <?php
  2.  
  3.  
  4. $tar=array ('dishwasher'=>'eric','cook1'=>'doug','cook2'=>'bruce','cook3'=>'elliot');
  5.  
  6.  
  7. echo $tar['cook2'];
  8. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
bruce