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