PHP Closure for merging array values with implode
$names = array_map(function($array) { return '\'' . $array['Name'] . '\''; }, $officers_filtered);