k2hpx_rename
Renames the key
Description
bool k2hpx_rename ( mixed $handle_res , string $key , string $newkey )
Renames the key.
Parameters
- handle_res
Specifies the k2hash (.k2h
) file handle that k2hpx_open returns. - key
Specifies the old key name. - newkey
Specifies the new key name.
Return Values
Returns true on success or false on failure.
See Also
- K2hash::rename - Renames the key