As you can see from the following array, there are three elements that appear on Nov 18, and another two elements that appear on Nov 22. Can someone tell me how I can retri
You can use:
count($array, COUNT_RECURSIVE);
Count number of leaves in nested array tree