QuickHashIntHash::__construct(PECL quickhash >= Unknown) QuickHashIntHash::__construct — Creates a new QuickHashIntHash object Описание
public QuickHashIntHash::__construct
( int $size
[, int $options
] )
This constructor creates a new QuickHashIntHash. 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 QuickHashIntHash object. Примеры
Пример #1 QuickHashIntHash::__construct() example
<?php |
||