How to calculate the numbers of arrays whose values are empty. For example, I have array result:
Array (
[0] => 'A',
[1] => 'B',
[2] => 'C',
[3] => '',
[4] => '',
[5] => 'F',
[6] => '')
Here are 3 empty array values (index 3,4,6), so how the way get the number of empty array values