php extract key from multidimensional array code example Example: php multidimensional array get all values by key $ids = array_column($users, 'id');