k2hdkcpx_remove_subkeys
Removes subkeys
Description
/**
* @param resource $handle_res
*/
function k2hdkcpx_remove_subkeys(
$handle_res,
string $key,
array $subkeys,
bool $nested = false): bool {}
Removes subkeys.
Parameters
- handle_res
Specify the chmpx handle thatk2hdkcpx_open
returns. - key
Specify the key. - subkey
Specify the subkeys that is associated with the key. - nested
Specifytrue
if remove subkeys recursively.
Return Values
Returns true
on success or false
on failure.
See Also
- K2hdkc::removeSubkeys - Removes subkeys