Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. function tombotKerek()
  2. {
  3.    return [1 => 'egy', 2 => 'kettő', 3 => 'három'];
  4. }
  5.  
  6. echo tombotKerek()[1]; // egy
  7.  
  8.