advanced code snippet search
f6design on 02/24/11
array empty
02/24/11 05:19pm02/24/11 05:06pm
Removes 'false', '0', 'null' or '' from the array
$my_arr = array_filter($my_arr);
Report this snippet Tweet
Comment:
You need to login to post a comment.