PHP » GoLang |
login |
register |
about
|
GoLang SplObjectStorage::count
request it (260)
GoLang replacement for PHP's SplObjectStorage::count
[edit | history]
SplObjectStorage::count(PHP 5 >= 5.1.0, PHP 7) SplObjectStorage::count — Returns the number of objects in the storage Description
public int SplObjectStorage::count
( void
)
Counts the number of objects in the storage. ParametersThis function has no parameters. Return ValuesThe number of objects in the storage. Examples
Example #1 SplObjectStorage::count() example
<?php The above example will output something similar to: int(2) int(2) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|