hapus array kosong php 2d hapus

<?php
$array = array_map('array_filter', $array);
$array = array_filter($array);
Justin Harlan