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