k2hdkcpx_rename k2hdkcpx Functions k2hdkcpx_set_value

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

Return Values

Returns true on success or false on failure.

See Also

k2hdkcpx_rename k2hdkcpx Functions k2hdkcpx_set_value