|
Ds\Deque::allocateAllocates enough memory for a required capacity. Beschreibung
public void Ds\Deque::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. Parameter-Liste
RückgabewerteEs wird kein Wert zurückgegeben. BeispieleBeispiel #1 Ds\Deque::allocate example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: int(8) int(128) |