3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ "success" => true, "bundle" => [ [ "StreetDirPrefix" => "SW" ], [ "StreetDirPrefix" => "NE" , ] ] ]; $res = array_column($array["bundle"], "StreetDirPrefix"); print_r($res);

preferences:
131.69 ms | 405 KiB | 5 Q