PHP » GoLang |
login |
register |
about
|
GoLang Ds\Sequence::capacity
request it (294)
GoLang replacement for PHP's Ds\Sequence::capacity
[edit | history]
Ds\Sequence::capacity(PECL ds >= 1.0.0) Ds\Sequence::capacity — Returns the current capacity Description
abstract public int Ds\Sequence::capacity
( void
)
Returns the current capacity. ParametersThis function has no parameters. Return ValuesThe current capacity. ExamplesExample #1 Ds\Sequence::capacity() example
<?php The above example will output something similar to: int(10) int(50) int(75) |
more
Recently updated
more
Most requested
more
Last requests
|