fork download
  1. <?php
  2.  
  3. // your code goes here
  4.  
  5. $dognmax = 5;
  6. $ukemax = 4;
  7. $sesongmax = null;
  8. $arrLaveste = array("D"=>$dognmax,"U"=>$ukemax,"S"=>$sesongmax);
  9. echo min($arrLaveste);
  10. echo current(array_keys($arrLaveste, min($arrLaveste)));
  11.  
Success #stdin #stdout 0.01s 24368KB
stdin
Standard input is empty
stdout
S