chmpxpx_svr_reply_kv chmpxpx Functions chmpxpx_unset_debug_file

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

<?php
var_dump(chmpxpx_unload_hash_library());
?>

The above example will output:

bool(true)

See Also

chmpxpx_svr_reply_kv chmpxpx Functions chmpxpx_unset_debug_file