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
- Example 1 - Removes the user-defined hash library
<?php
var_dump(k2hpx_unload_hash_library());
?>
The above example will output:
bool(true)
See Also
- k2hpx_load_hash_library - Loads hash functions from the file