PHP » GoLang |
login |
register |
about
|
GoLang QuickHashIntSet::exists
request it (222)
GoLang replacement for PHP's QuickHashIntSet::exists
[edit | history]
QuickHashIntSet::exists(PECL quickhash >= Unknown) QuickHashIntSet::exists — This method checks whether a key is part of the set Description
public bool QuickHashIntSet::exists
( int
$key
)This method checks whether an entry with the provided key exists in the set. Parameters
Return Values
Returns Examples
Example #1 QuickHashIntSet::exists() example
<?php The above example will output something similar to: Creating set: 1263588703.0748 Adding elements: 1263588703.0757 Doing 1000 tests: 1263588703.7851 Done, 898 found: 1263588703.7897 |
more
Recently updated
more
Most requested
more
Last requests
|