PHP » GoLang |
login |
register |
about
|
GoLang Ds\Vector::capacity
request it (302)
GoLang replacement for PHP's Ds\Vector::capacity
[edit | history]
Ds\Vector::capacity(PECL ds >= 1.0.0) Ds\Vector::capacity — Returns the current capacity Description
public int Ds\Vector::capacity
( void
)
Returns the current capacity. ParametersThis function has no parameters. Return ValuesThe current capacity. ExamplesExample #1 Ds\Vector::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
|