PHP » GoLang |
login |
register |
about
|
GoLang Ds\Queue::allocate
request it (364)
GoLang replacement for PHP's Ds\Queue::allocate
[edit | history]
Ds\Queue::allocate(PECL ds >= 1.0.0) Ds\Queue::allocate — Allocates enough memory for a required capacity Description
public void Ds\Queue::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\Queue::allocate() example
<?php The above example will output something similar to: int(8) int(128) |
more
Recently updated
more
Most requested
more
Last requests
|