https://www.php.net/manual/en/function.count.php
zählt die Element eines Array
https://www.php.net/manual/en/function.count.php
zählt die Element eines Array
https://www.php.net/manual/en/function.array-count-values.php
zählt die Werte eines Array
https://www.php.net/manual/en/function.array-unique.php
keine doppelten Elemente (Werte) eines Array
#include <stdio.h>
int main()
{
printf("Hello world!");
return 0;
}