mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-19 06:16:58 +08:00
96 lines
3.3 KiB
HTML
96 lines
3.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>Returns the message from the last obscure check</title>
|
|
</head>
|
|
<body class="docs"><div id="layout">
|
|
<div id="layout-content"><div id="function.crack-getlastmessage" class="refentry">
|
|
<div class="refnamediv">
|
|
<h1 class="refname">crack_getlastmessage</h1>
|
|
<p class="verinfo">(PECL crack >= 0.1)</p><p class="refpurpose"><span class="refname">crack_getlastmessage</span> — <span class="dc-title">Returns the message from the last obscure check</span></p>
|
|
|
|
</div>
|
|
<div class="refsect1 description" id="refsect1-function.crack-getlastmessage-description">
|
|
<h3 class="title">说明</h3>
|
|
<div class="methodsynopsis dc-description">
|
|
<span class="methodname"><strong>crack_getlastmessage</strong></span>
|
|
( <span class="methodparam">void</span>
|
|
) : <span class="type">string</span></div>
|
|
|
|
<p class="para rdfs-comment">
|
|
<span class="function"><strong>crack_getlastmessage()</strong></span> returns the message from the
|
|
last obscure check.
|
|
</p>
|
|
<div class="warning"><strong class="warning">Warning</strong><p class="simpara">此函数是<em class="emphasis">实验性</em>的。此函数的表象,包括名称及其相关文档都可能在未来的
|
|
PHP 发布版本中未通知就被修改。使用本函数风险自担 。</p></div>
|
|
</div>
|
|
|
|
<div class="refsect1 returnvalues" id="refsect1-function.crack-getlastmessage-returnvalues">
|
|
<h3 class="title">返回值</h3>
|
|
<p class="para">
|
|
The message from the last obscure check or <strong><code>FALSE</code></strong> if there was no obscure
|
|
checks made so far.
|
|
</p>
|
|
<p class="para">
|
|
The returned message is one of:
|
|
<ul class="itemizedlist">
|
|
<li class="listitem">
|
|
<span class="simpara">
|
|
<em>it's WAY too short</em>
|
|
</span>
|
|
</li>
|
|
<li class="listitem">
|
|
<span class="simpara">
|
|
<em>it is too short</em>
|
|
</span>
|
|
</li>
|
|
<li class="listitem">
|
|
<span class="simpara">
|
|
<em>it does not contain enough DIFFERENT characters</em>
|
|
</span>
|
|
</li>
|
|
<li class="listitem">
|
|
<span class="simpara">
|
|
<em>it is all whitespace</em>
|
|
</span>
|
|
</li>
|
|
<li class="listitem">
|
|
<span class="simpara">
|
|
<em>it is too simplistic/systematic</em>
|
|
</span>
|
|
</li>
|
|
<li class="listitem">
|
|
<span class="simpara">
|
|
<em>it looks like a National Insurance number.</em>
|
|
</span>
|
|
</li>
|
|
<li class="listitem">
|
|
<span class="simpara">
|
|
<em>it is based on a dictionary word</em>
|
|
</span>
|
|
</li>
|
|
<li class="listitem">
|
|
<span class="simpara">
|
|
<em>it is based on a (reversed) dictionary word</em>
|
|
</span>
|
|
</li>
|
|
<li class="listitem">
|
|
<span class="simpara">
|
|
<em>strong password</em>
|
|
</span>
|
|
</li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="refsect1 seealso" id="refsect1-function.crack-getlastmessage-seealso">
|
|
<h3 class="title">参见</h3>
|
|
<p class="para">
|
|
<ul class="simplelist">
|
|
<li class="member"><span class="function"><a href="crack_check.html" class="function" rel="rdfs-seeAlso">crack_check()</a> - 用给定的密码来进行破解测试</span></li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
|
|
</div></div></div></body></html> |