Forum und email

crack_getlastmessage

(PHP 4 >= 4.0.5, PECL crack:0.1-0.4)

crack_getlastmessage — Returns the message from the last obscure check

說明

string crack_getlastmessage ( void )

crack_getlastmessage() returns the message from the last obscure check.

Warning

本函式是實驗性的。這個函式的行為、名稱、和關於此函式的任何其他文件在未來PHP的發行中可能會在不通知的情況下改變。 使用此函式需自行承擔風險。

Return值

The message from the last obscure check or FALSE if there was no obscure checks made so far.

The returned message is one of:

  • it's WAY too short
  • it is too short
  • it does not contain enough DIFFERENT characters
  • it is all whitespace
  • it is too simplistic/systematic
  • it looks like a National Insurance number.
  • it is based on a dictionary word
  • it is based on a (reversed) dictionary word
  • strong password

參見