k2hpx_add_subkey
Associates the key with the other key
Description
bool k2hpx_add_subkey ( mixed $handle_res , string $key , string $subkey )
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
Specifies the k2hash (.k2h) file handle that k2hpx_open returns. - key
Specifies the key that link with the subkey. - subkey
Specifies the subkey that link with the key.
Return Values
Returns true on success or false on failure.
See Also
- K2hash::addSubkey - Associates the key with the other key