$output_ar = array_map('array_shift', $input_ar);
The function array_shift()captures the first key / value pair from the array and returns the value, so applying it to each of the arrays in your top-level array and combining the results will result in a 1-d list of identifiers.
, id , , , , , array_map.