update : 2015.11.03
php.shukuma.com검색:
|
QuickHashStringIntHash::__construct(No version information available, might only be in Git) QuickHashStringIntHash::__construct — Creates 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. 예제
Example #1 QuickHashStringIntHash::__construct() example
<?php |