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