(PHP 4 >= 4.0.5)
crack_opendict -- Opens a new CrackLib dictionary
Description
resource crack_opendict (string dictionary)
Returns a dictionary resource identifier on success, or 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_opendict() opens the specified CrackLib dictionary for use
with crack_check().
Note: Only one dictionary may be open at a time.
See also: crack_check(), and crack_closedict().
|