k2hpx_unload_transaction_library
Removes the user-defined transaction library
Description
bool k2hpx_unload_transaction_library ( void )
Removes the user-defined transaction library that is added by k2hpx_load_transaction_library.
Parameters
This function has no parameters.
Return Values
Returns true on success or false on failure.
Examples
- Example 1 - Removes the user-defined transaction library
<?php
var_dump(k2hpx_unload_transaction_library());
?>
The above example will output:
bool(true)
See Also
- k2hpx_load_transaction_library - Loads functions of k2hash transaction usage from the file