I have a multidimensional array to the tune of $doclist['area']['source'][#]['type']
I would like to get a number of all entries of ['type'] = "title"
that are not empty.
Is there a simple way of doing it?
While I am at it, is there a way to get a number of all entries of ['type'] = "title"
AND ['area'] = "something"
that are not empty?