fork download
  1. <?php
  2. $shlyapi = array (
  3. array('fedora','ushanka'),
  4. array('vagina','nosok'));
  5.  
  6. //print_r($shlyapi);
  7.  
  8. echo $shlyapi[0][1];
  9.  
Success #stdin #stdout 0.01s 82880KB
stdin
Standard input is empty
stdout
ushanka