PHP » GoLang |
login |
register |
about
|
GoLang QuickHashIntStringHash::__construct
request it (313)
GoLang replacement for PHP's QuickHashIntStringHash::__construct
[edit | history]
PHP QuickHashIntStringHash::__constructPHP original manual for QuickHashIntStringHash::__construct [ show | php.net ]QuickHashIntStringHash::__construct(PECL quickhash >= Unknown) QuickHashIntStringHash::__construct — Creates a new QuickHashIntStringHash object Description
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. Parameters
Return ValuesReturns a new QuickHashIntStringHash object. Examples
Example #1 QuickHashIntStringHash::__construct() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|