update : 2015.11.03
php.shukuma.com검색:
|
QuickHashIntSet::__construct(PECL quickhash >= Unknown) QuickHashIntSet::__construct — Creates a new QuickHashIntSet object 설명
public QuickHashIntSet::__construct
( int
$size
[, int $options
] )This constructor creates a new QuickHashIntSet. 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 QuickHashIntSet object. 예제
Example #1 QuickHashIntSet::__construct() example
<?php |