QuickHashStringIntHash::__construct(Информация о версии неизвестна, возможно, только в SVN) 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. Примеры
Пример #1 QuickHashStringIntHash::__construct() example
<?php |
||