I have been trying array_filter but doesn't work on my part.
Asked
Active
Viewed 64 times
1 Answers
1
If you want is to remove empty arrays inside an array, you can use this
$array= array_filter(array_map('array_filter', $array));
Daniel Paiva
- 119
- 1
- 10