<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.libxml.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.libxml-clear-errors.php',
    1 => 'libxml_clear_errors',
    2 => 'Clear libxml error buffer',
  ),
  'up' => 
  array (
    0 => 'ref.libxml.php',
    1 => 'libxml Funktionen',
  ),
  'prev' => 
  array (
    0 => 'ref.libxml.php',
    1 => 'libxml Funktionen',
  ),
  'next' => 
  array (
    0 => 'function.libxml-disable-entity-loader.php',
    1 => 'libxml_disable_entity_loader',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/libxml/functions/libxml-clear-errors.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<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, PHP 8)</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">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>libxml_clear_errors</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></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 parameters" id="refsect1-function.libxml-clear-errors-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.libxml-clear-errors-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Es wird kein Wert zurückgegeben.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.libxml-clear-errors-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.libxml-get-errors.php" class="function" rel="rdfs-seeAlso">libxml_get_errors()</a> - Retrieve array of errors</span></li>
    <li><span class="function"><a href="function.libxml-get-last-error.php" class="function" rel="rdfs-seeAlso">libxml_get_last_error()</a> - Retrieve last error from libxml</span></li>
   </ul>
  </p>
 </div>

</div><?php manual_footer($setup); ?>