array map php funkcja anonimowa

return array_map(function($value) {
   return $value['1'];
}, $result);
Komentarze wyłączone