//add a typecast array to the array being called $count = count((array)$originalArray);
if (is_array($yourArray)) { //Your count() }