chmpxpx_load_hash_library
Loads hash functions from the file
Description
function chmpx_load_hash_library(string $libpath): bool {}
Loads hash functions from the file.
Parameters
- libpath
- Specifies the file path of hash functions defined.
Return Values
Returns true on success or false on failure.
Examples
- Example 1 - Loads hash functions from the file
<?php
var_dump(chmpxpx_load_hash_library("/usr/lib/libchmpxtest.so"));
?>
The above example will output:
bool(true)
See Also
- chmpxpx_unload_hash_library - Removes the user-defined hash library