chmpxpx_unload_hash_library
Removes the user-defined hash library
Description
function chmpxpx_unload_hash_library(): bool {}
Removes the user-defined hash library that is added by chmpxpx_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(chmpxpx_unload_hash_library());
?>
The above example will output:
bool(true)
See Also
- chmpxpx_load_hash_library - Loads hash functions from the file