Quantcast
Channel: Remove empty array elements - Stack Overflow
Viewing all articles
Browse latest Browse all 28

Answer by Matt for Remove empty array elements

$
0
0

Just one line : Update (thanks to @suther):

$array_without_empty_values = array_filter($array);

Viewing all articles
Browse latest Browse all 28

Trending Articles