Имена участников (разделяйте запятой).
array_walk_recursive($array, function(&$value,$key){ $value=iconv("UTF-8","CP1251",$value); });