sizeof

(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)

sizeof --  Liefert die Anzahl Elemente einer Variable

Beschreibung

int sizeof (mixed var)

Die Funktion sizeof() ist ein Alias für count().

Siehe auch count().