<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.libxml.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'ref.libxml.php',
    1 => 'libxml İşlevleri',
    2 => 'libxml İşlevleri',
  ),
  'up' => 
  array (
    0 => 'book.libxml.php',
    1 => 'libxml',
  ),
  'prev' => 
  array (
    0 => 'class.libxmlerror.php',
    1 => 'LibXMLError',
  ),
  'next' => 
  array (
    0 => 'function.libxml-clear-errors.php',
    1 => 'libxml_clear_errors',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/libxml/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.libxml.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.libxml" class="reference">
 <h1 class="title">libxml İşlevleri</h1>

 














































<h2>İçindekiler</h2><ul class="chunklist chunklist_reference"><li><a href="function.libxml-clear-errors.php">libxml_clear_errors</a> — libxml hata tamponunu temizler</li><li><a href="function.libxml-disable-entity-loader.php">libxml_disable_entity_loader</a> — Harici &ouml;ğeleri y&uuml;kleme yeteneğini iptal eder</li><li><a href="function.libxml-get-errors.php">libxml_get_errors</a> — Hataları i&ccedil;eren bir dizi d&ouml;nd&uuml;r&uuml;r</li><li><a href="function.libxml-get-external-entity-loader.php">libxml_get_external_entity_loader</a> — Get the current external entity loader</li><li><a href="function.libxml-get-last-error.php">libxml_get_last_error</a> — libxml'den son hatayı d&ouml;nd&uuml;r&uuml;r</li><li><a href="function.libxml-set-external-entity-loader.php">libxml_set_external_entity_loader</a> — &Ouml;ntanımlı harici &ouml;ğe y&uuml;kleyiciyi değiştirir</li><li><a href="function.libxml-set-streams-context.php">libxml_set_streams_context</a> — Y&uuml;klenecek veya yazılacak sonraki libxml belgesinin akım
  bağlamını belirler</li><li><a href="function.libxml-use-internal-errors.php">libxml_use_internal_errors</a> — libxml hatalarını kapatarak kullanıcı tanımlı hataları m&uuml;mk&uuml;n
  kılar</li></ul>
</div>
<?php manual_footer($setup); ?>