mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-17 21:16:57 +08:00
95 lines
5.7 KiB
HTML
95 lines
5.7 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 Number of Tidy accessibility warnings encountered for specified document</title>
|
|
</head>
|
|
<body class="docs"><div id="layout">
|
|
<div id="layout-content"><div id="function.tidy-access-count" class="refentry">
|
|
<div class="refnamediv">
|
|
<h1 class="refname">tidy_access_count</h1>
|
|
<p class="verinfo">(PHP 5, PHP 7, PECL tidy >= 0.5.2)</p><p class="refpurpose"><span class="refname">tidy_access_count</span> — <span class="dc-title">Returns the Number of Tidy accessibility warnings encountered for specified document</span></p>
|
|
|
|
</div>
|
|
<div class="refsect1 description" id="refsect1-function.tidy-access-count-description">
|
|
<h3 class="title">说明</h3>
|
|
<div class="methodsynopsis dc-description">
|
|
<span class="methodname"><strong>tidy_access_count</strong></span>
|
|
( <span class="methodparam"><span class="type"><a href="class.tidy.html" class="type tidy">tidy</a></span> <code class="parameter">$object</code></span>
|
|
) : <span class="type">int</span></div>
|
|
|
|
<p class="para rdfs-comment">
|
|
<span class="function"><strong>tidy_access_count()</strong></span> returns the number of
|
|
accessibility warnings found for the specified document.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="refsect1 parameters" id="refsect1-function.tidy-access-count-parameters">
|
|
<h3 class="title">参数</h3>
|
|
<p class="para">
|
|
<dl>
|
|
|
|
|
|
<dt>
|
|
<code class="parameter">object</code></dt>
|
|
|
|
<dd>
|
|
|
|
<p class="para">
|
|
The <a href="class.tidy.html" class="classname">Tidy</a> 对象。
|
|
</p>
|
|
</dd>
|
|
|
|
|
|
</dl>
|
|
|
|
</p>
|
|
</div>
|
|
|
|
<div class="refsect1 returnvalues" id="refsect1-function.tidy-access-count-returnvalues">
|
|
<h3 class="title">返回值</h3>
|
|
<p class="para">
|
|
Returns the number of warnings.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="refsect1 examples" id="refsect1-function.tidy-access-count-examples">
|
|
<h3 class="title">范例</h3>
|
|
<p class="para">
|
|
<div class="example" id="example-4873">
|
|
<p><strong>Example #1 <span class="function"><strong>tidy_access_count()</strong></span> example</strong></p>
|
|
<div class="example-contents">
|
|
<div class="phpcode"><pre><span style="color: #000000">
|
|
<span style="color: #0000BB"><?php<br /><br />$html </span><span style="color: #007700">=</span><span style="color: #DD0000">'<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"><br /><html><head><title>Title</title></head><br /><body><br /><br /><p><img src="img.png"></p><br /><br /></body></html>'</span><span style="color: #007700">;<br /><br /><br /></span><span style="color: #FF8000">// select the accessibility check level: 1, 2 or 3<br /></span><span style="color: #0000BB">$config </span><span style="color: #007700">= array(</span><span style="color: #DD0000">'accessibility-check' </span><span style="color: #007700">=> </span><span style="color: #0000BB">3</span><span style="color: #007700">);<br /><br /></span><span style="color: #0000BB">$tidy </span><span style="color: #007700">= new </span><span style="color: #0000BB">tidy</span><span style="color: #007700">();<br /></span><span style="color: #0000BB">$tidy</span><span style="color: #007700">-></span><span style="color: #0000BB">parseString</span><span style="color: #007700">(</span><span style="color: #0000BB">$html</span><span style="color: #007700">, </span><span style="color: #0000BB">$config</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">$tidy</span><span style="color: #007700">-></span><span style="color: #0000BB">cleanRepair</span><span style="color: #007700">();<br /><br /></span><span style="color: #FF8000">/* Never forget to call this! */<br /></span><span style="color: #0000BB">$tidy</span><span style="color: #007700">-></span><span style="color: #0000BB">diagnose</span><span style="color: #007700">();<br /><br />echo </span><span style="color: #0000BB">tidy_access_count</span><span style="color: #007700">(</span><span style="color: #0000BB">$tidy</span><span style="color: #007700">); </span><span style="color: #FF8000">//5<br /><br /></span><span style="color: #0000BB">?></span>
|
|
</span>
|
|
</pre></div>
|
|
</div>
|
|
|
|
</div>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="refsect1 notes" id="refsect1-function.tidy-access-count-notes">
|
|
<h3 class="title">注释</h3>
|
|
<blockquote class="note"><p><strong class="note">Note</strong>:
|
|
<p class="para">
|
|
Due to the design of the TidyLib, you must call
|
|
<span class="function"><a href="tidy.diagnose.html" class="function">tidy_diagnose()</a></span> before
|
|
<span class="function"><strong>tidy_access_count()</strong></span> or it will return always
|
|
<em>0</em>. You must also need to enable the
|
|
<em>accessibility-check</em> option.
|
|
</p>
|
|
</p></blockquote>
|
|
</div>
|
|
|
|
<div class="refsect1 seealso" id="refsect1-function.tidy-access-count-seealso">
|
|
<h3 class="title">参见</h3>
|
|
<p class="para">
|
|
<ul class="simplelist">
|
|
<li class="member"><span class="function"><a href="tidy_error_count.html" class="function" rel="rdfs-seeAlso">tidy_error_count()</a> - Returns the Number of Tidy errors encountered for specified document</span></li>
|
|
<li class="member"><span class="function"><a href="tidy_warning_count.html" class="function" rel="rdfs-seeAlso">tidy_warning_count()</a> - Returns the Number of Tidy warnings encountered for specified document</span></li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
|
|
</div></div></div></body></html> |