Код: Выделить всё
$all_together = array_filter($info,function($each_one,$extra){
$op = $each_one["something"];
if($op
Подробнее здесь: [url]https://stackoverflow.com/questions/34103858/correct-syntax-for-php-array-filter[/url]Код: Выделить всё
$all_together = array_filter($info,function($each_one,$extra){
$op = $each_one["something"];
if($op
Подробнее здесь: [url]https://stackoverflow.com/questions/34103858/correct-syntax-for-php-array-filter[/url]