|
ArrayObject::countGet the number of public properties in the ArrayObject Beschreibung
public int ArrayObject::count
( void
)
Get the number of public properties in the ArrayObject. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteThe number of public properties in the ArrayObject.
Beispiele
Beispiel #1 ArrayObject::count example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: int(1) int(3) |