|
QuickHashIntStringHash::__constructCreates a new QuickHashIntStringHash object Beschreibung
public QuickHashIntStringHash::__construct
( int
$size
[, int $options = 0
] )This constructor creates a new QuickHashIntStringHash. The size is the amount of bucket lists to create. The more lists there are, the less collisions you will have. Options are also supported. Parameter-Liste
RückgabewerteReturns a new QuickHashIntStringHash object. Beispiele
Beispiel #1 QuickHashIntStringHash::__construct example
<?php |