// A collection of Post objects $posts = [/* … */]; $ids = array_map(fn($post) => $post->id, $posts);