k2hpx_add_attr_plugin_library
Adds the user-defined library to handle attributes
Description
bool k2hpx_add_attr_plugin_library ( mixed $handle_res , string $libfile )
Adds the user-defined library to handle attributes. k2hash supports for adding user-defined attributes to keys by using this method.
Parameters
- handle_res
Specifies the k2hash (.k2h
) file handle that k2hpx_open returns. - libfile
Specifies the path to the dynamic linked library.
Return Values
Returns true on success or false on failure.
See Also
- K2hash::addAttrPluginLib - Adds the user-defined library to handle attributes