k2hdkcpx_close
Closes a connection with the K2hdkc cluster
Description
/**
* @param resource $handle_res
*/
function k2hdkcpx_close(
$handle_res,
bool $is_clean_bup = true): bool {}
Closes a connection with the K2hdkc cluster.
Parameters
- handle_res
Specify the chmpx handle thatk2hdkcpx_open
returns. - is_clean_bup
Specifytrue
when removing the temporary files
Return Values
Returns true
on success or false
on failure.
See Also
- K2hdkc::close - Closes a connection with the K2hdkc cluste