How can i check an array if one or more of its array element is Null or empty without looping in php?

anti_hack918

New member
Ive seen some ways of checking an array element in php. they are always looping.. is there any way of checking arrays that will return false if it saw one of the array is NULL or Empty.

and NULL and empty variables are set right? because i tried isset into a variable which is empty and it returned true
 
Back
Top