I would like to count the number of values ββthat I have in some kind of array.
What is the difference between countand sizeof?
count
sizeof
$recips = array(); echo count($recips); echo sizeof($recips);
These functions are aliases, as mentioned β http://php.net/manual/en/function.sizeof.php