I have an array in php, this array is fetched from database. sometimes the array structure is like
array(""=>NULL)
but sometimes it's also contain actual data from the DB. but one thing for sure, it is never be an empty array (array())
how do i check if array is contain actual data?.