k2hdkcpx_get_value
Gets a value associated with the key
Description
/**
* @param resource $handle_res
*/
function k2hdkcpx_get_value(
$handle_res,
string $key,
string $password = null): string|null {}
Gets a value associated with the key.
Parameters
- handle_res
Specify the chmpx handle thatk2hdkcpx_open
returns. - key
Specify the key. - password
Specify the passphrase for encrypting the value.
Return Values
Returns the value of the key, otherwise null.
See Also
- K2hdkc::getValue - Gets a value of the key