|
Ds\Map::allocateAllocates enough memory for a required capacity. Description
public void Ds\Map::allocate
( int
$capacity
)Allocates enough memory for a required capacity. Parameters
Return ValuesNo value is returned. ExamplesExample #1 Ds\Map::allocate example
<?php The above example will output something similar to: int(16) int(128) |