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