| 
 | QuickHashStringIntHash::getThis method retrieves a value from the hash by its key Description
   public mixed QuickHashStringIntHash::get
    ( string  $key)This method retrieves a value from the hash by its key. Parameters
 
 Return Values
   The value if the key exists, or  Examples
 Example #1 QuickHashStringIntHash::get example 
<?phpThe above example will output something similar to: bool(false) bool(true) int(2) |