uTools-Manuals/docs/php/libxml_clear_errors.html
2019-04-28 19:00:34 +08:00

47 lines
1.9 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>Clear libxml error buffer</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.libxml-clear-errors" class="refentry">
<div class="refnamediv">
<h1 class="refname">libxml_clear_errors</h1>
<p class="verinfo">(PHP 5 &gt;= 5.1.0, PHP 7)</p><p class="refpurpose"><span class="refname">libxml_clear_errors</span> &mdash; <span class="dc-title">
Clear libxml error buffer
</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.libxml-clear-errors-description">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>libxml_clear_errors</strong></span>
( <span class="methodparam">void</span>
) : <span class="type"><span class="type void">void</span></span></div>
<p class="para rdfs-comment">
<span class="function"><strong>libxml_clear_errors()</strong></span> clears the libxml error buffer.
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.libxml-clear-errors-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
没有返回值。
</p>
</div>
<div class="refsect1 seealso" id="refsect1-function.libxml-clear-errors-seealso">
<h3 class="title">参见</h3>
<p class="para">
<ul class="simplelist">
<li class="member"><span class="function"><a href="libxml_get_errors.html" class="function" rel="rdfs-seeAlso">libxml_get_errors()</a> - Retrieve array of errors</span></li>
<li class="member"><span class="function"><a href="libxml_get_last_error.html" class="function" rel="rdfs-seeAlso">libxml_get_last_error()</a> - Retrieve last error from libxml</span></li>
</ul>
</p>
</div>
</div></div></div></body></html>