crack_getlastmessage

(PECL crack >= 0.1)

crack_getlastmessageReturns the message from the last obscure check

說明

string crack_getlastmessage ( void )

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

Warning

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

回傳值

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

參見

  • crack_check() - Performs an obscure check with the given password

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top