|
QuickHashStringIntHash::__constructCreates a new QuickHashStringIntHash object 説明
public QuickHashStringIntHash::__construct(int
$size , int $options = 0)This constructor creates a new QuickHashStringIntHash. 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. パラメータ
戻り値Returns a new QuickHashStringIntHash object. 例
例1 QuickHashStringIntHash::__construct example
|