<?php $items = [ 'a' => [], 'b' => ['id' => 'B'], 'c' => ['id' => 'C'], 'd' => [], 'e' => ['id' => 'E'], ]; var_export( array_filter( array_combine( array_keys($items), array_column($items, 'id'))));
You have javascript disabled. You will not be able to edit any code.