QuickHashIntHash::exists
QuickHashIntHash::exists
(PECL quickhash >= Unknown)
QuickHashIntHash::exists — This method checks whether a key is part of the hash
Description
public bool QuickHashIntHash::exists ( int $key )
This method checks whether an entry with the provided key exists in the hash.
Parameters
-
key
-
The key of the entry to check for whether it exists in the hash.