I want to check that an array has no values or that the values in the array are empty. Can someone explain how to do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Someday I've learned very smart solution here on SO
or even smarter one (if applicable):
|
|||||||||||||
|
|
You want the |
|||
|
|
is_array,count,empty,isset. It all depends on what exactly you're trying to test. – Alin Purcaru Apr 13 '11 at 13:02