update : 2015.11.03
php.shukuma.com검색:
|
QuickHashIntStringHash::__construct(PECL quickhash >= Unknown) QuickHashIntStringHash::__construct — Creates a new QuickHashIntStringHash object 설명
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. 인수
반환값Returns a new QuickHashIntStringHash object. 예제
Example #1 QuickHashIntStringHash::__construct() example
<?php |