crack_check
(PHP 4 >= 4.0.5)
crack_check -- Performs an obscure check with the given password
Description
bool
crack_check ( resource dictionary, string password )
bool
crack_check ( string password )
Performs an obscure check with the given password on the specified
dictionary.
警告 |
這個函數是實驗性質的。這個函數的行為、名稱、和關於此函數的任何其他文件在未來PHP的發行中可能會在不通知的情況下改變。 使用此延伸需自行承擔風險。 |
Parameters
- dictionary
The crack lib dictionary. If not specified, the last opened dictionary
is used.
- password
The tested password.
Return Values
Returns TRUE if password is strong, or FALSE otherwise.