|
ArrayObject::countGet the number of public properties in the ArrayObject Description
public int ArrayObject::count()
Get the number of public properties in the ArrayObject. ParametersThis function has no parameters. Return ValuesThe number of public properties in the ArrayObject.
Examples
Example #1 ArrayObject::count example
The above example will output: int(1) int(3) |