PHP » GoLang |
login |
register |
about
|
GoLang QuickHashStringIntHash::__construct
request it (332)
GoLang replacement for PHP's QuickHashStringIntHash::__construct
[edit | history]
PHP QuickHashStringIntHash::__constructPHP original manual for QuickHashStringIntHash::__construct [ show | php.net ]QuickHashStringIntHash::__construct(No version information available, might only be in Git) QuickHashStringIntHash::__construct — Creates a new QuickHashStringIntHash object Description
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. Parameters
Return ValuesReturns a new QuickHashStringIntHash object. Examples
Example #1 QuickHashStringIntHash::__construct() example
<?php |
more
Recently updated
more
Most requested
|