k2hpx_transaction k2hash Functions k2hpx_unload_transaction_library

k2hpx_unload_hash_library

Removes the user-defined hash library

Description

bool k2hpx_unload_hash_library ( void )

Removes the user-defined hash library that is added by k2hpx_load_hash_library.

Parameters

This function has no parameters.

Return Values

Returns true on success or false on failure.

Examples

<?php
var_dump(k2hpx_unload_hash_library());
?>

The above example will output:

bool(true)

See Also

k2hpx_transaction k2hash Functions k2hpx_unload_transaction_library