k2hpx_load_hash_library
Loads hash functions from the file
Description
bool k2hpx_load_hash_library ( string $libpath )
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(k2hpx_load_hash_library("/usr/lib/libk2htest.so"));
?>
The above example will output:
bool(true)
See Also
- k2hpx_unload_hash_library - Removes the user-defined hash library