PHP » GoLang |
login |
register |
about
|
GoLang ArrayObject::count
request it (382)
GoLang replacement for PHP's ArrayObject::count
[edit | history]
ArrayObject::count(PHP 5, PHP 7) ArrayObject::count — Get the number of public properties in the ArrayObject Description
public int ArrayObject::count
( void
)
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
<?php The above example will output: int(1) int(3) |
more
Recently updated
more
Most requested
more
Last requests
|