Login
From:
Jose M. Gilgado
(Uncensored)
subscribe
Remove empty elements in an array in PHP | Jose M.
https://josem.co/remove-empty-elements-in-an-array-in-php/
links
backlinks
Roast topics
Find topics
Find it!
How to remove empty elements in an array in PHP without having trouble with the indexes. This happens because the result of array_map or array_filter can leave some indexes out of the array.