k2hdkcpx_set_subkeys
Sets subkeys of a key
Description
/**
* @param resource $handle_res
*/
function k2hdkcpx_set_subkeys(
$handle_res,
string $key,
array $subkeys): bool {}
Associates the key with the other key. The key that is added to the other key is called ‘subkey’. The key that adds the other key to is ‘parent key’. A parent key can associates many 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.
Return Values
Returns true
on success or false
on failure.
See Also
- K2hdkc::setSubkeys - Sets subkeys of the key