k2hdkcpx_remove
Removes a pair of the key/value
Description
/**
* @param resource $handle_res
*/
function k2hdkcpx_remove(
$handle_res,
string $key,
string $password = null): bool {}
Removes a pair of the key/value.
Parameters
- handle_res
Specify the chmpx handle thatk2hdkcpx_open
returns. - key
Specify the key. - password
Specify the password that is associated with the key.
Return Values
Returns true
on success or false
on failure.
See Also
- K2hdkc::remove - Removes a pair of the key/value