CRACK_GETLASTMESSAGE(3) 1 CRACK_GETLASTMESSAGE(3)
crack_getlastmessage - Returns the message from the last obscure check
SYNOPSIS
string crack_getlastmessage (void )
DESCRIPTION
crack_getlastmessage(3) returns the message from the last obscure check.
Warning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in
a future release of PHP. This function should be used at your own risk.
RETURN VALUES
The message from the last obscure check or FALSE if there was no obscure checks made so far.
The returned message is one of:
o it's WAY too short
o it is too short
o it does not contain enough DIFFERENT characters
o it is all whitespace
o it is too simplistic/systematic
o it looks like a National Insurance number.
o it is based on a dictionary word
o it is based on a (reversed) dictionary word
o strong password
SEE ALSO
crack_check(3).
PHP Documentation Group CRACK_GETLASTMESSAGE(3)