PHP » GoLang |
login |
register |
about
|
GoLang QuickHashIntSet::__construct
request it (322)
GoLang replacement for PHP's QuickHashIntSet::__construct
[edit | history]
PHP QuickHashIntSet::__constructPHP original manual for QuickHashIntSet::__construct [ show | php.net ]QuickHashIntSet::__construct(PECL quickhash >= Unknown) QuickHashIntSet::__construct — Creates a new QuickHashIntSet object Description
public QuickHashIntSet::__construct
( int
$size
[, int $options
] )This constructor creates a new QuickHashIntSet. 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 QuickHashIntSet object. Examples
Example #1 QuickHashIntSet::__construct() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|