(PHP 4 >= 4.0.5)
crack_closedict -- Closes an open CrackLib dictionary
Description
bool crack_closedict ([resource dictionary])
Returns TRUE on success, FALSE on failure.
| Warning |
|
This function is EXPERIMENTAL. The behaviour of this function, the name of this
function, and anything else documented about this function may change in a future release of PHP
without notice. Be warned and use this function at your own risk.
|
crack_closedict() closes the specified dictionary identifier. If
dictionary is not specified, the current dictionary is closed.
|