PHP » GoLang |
login |
register |
about
|
GoLang Ds\Sequence::allocate
request it (276)
GoLang replacement for PHP's Ds\Sequence::allocate
[edit | history]
Ds\Sequence::allocate(PECL ds >= 1.0.0) Ds\Sequence::allocate — Allocates enough memory for a required capacity Description
abstract public void Ds\Sequence::allocate
( int
$capacity
)Ensures that enough memory is allocated for a required capacity. This removes the need to reallocate the internal as values are added. Parameters
Return ValuesNo value is returned. ExamplesExample #1 Ds\Sequence::allocate() example
<?php The above example will output something similar to: int(10) int(100) |
more
Recently updated
more
Most requested
more
Last requests
|