k2hpx_get_value
Gets the value of the key
Description
string k2hpx_get_value ( mixed $handle_res , string $key [, stringnull $subkey [, bool $attrcheck [, stringnull $pass ]]] )
Gets the value of the key. Gets the keys linked with the key if the key is passed.
Parameters
- handle_res
Specifies the k2hash (.k2h
) file handle that k2hpx_open returns. - key
Specifies the key. - subkey
Specifies the subkey linked with the key. - attrcheck
Specifies true if getting value after checking attributes, otherwise false. - pass
Specifies the password to decrypt the value.
Return Values
Returns true on success or false on failure.
See Also
- K2hash::getValue - Gets the value associated with the key