k2hpx_remove
Removes the key
Description
bool k2hpx_remove ( mixed $handle_res , string $key [, stringnull $subkey ] )
Removes the key.
Parameters
- handle_res
Specifies the k2hash (.k2h
) file handle that k2hpx_open returns. - key
Specifies the key to remove. - subkey
Specifies the key(subkey) that links with the key.
Return Values
Returns true on success or false on failure.
See Also
- K2hash::remove - Removes the key