$item) { if (is_array($item)) { $array[$key] = self::removeNull($item); } else if (is_null($item)) { unset($array[$key]); } } return $array; } }