(PECL quickhash >= Unknown)
QuickHashIntHash::get — This method retrieves a value from the hash by its key
public QuickHashIntHash::get ( int $key ) : int
This method retrieves a value from the hash by its key.
key
The key of the entry to add.
The value if the key exists, or null
if the key wasn't part of the hash.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/quickhashinthash.get.php