(No version information available, might only be in Git)
QuickHashStringIntHash::get — This method retrieves a value from the hash by its key
public QuickHashStringIntHash::get ( string $key ) : mixed
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/quickhashstringinthash.get.php