<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.xml.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'book.simplexml.php',
    1 => 'SimpleXML',
    2 => 'Basit XML',
  ),
  'up' => 
  array (
    0 => 'refs.xml.php',
    1 => 'XML İşleme',
  ),
  'prev' => 
  array (
    0 => 'function.libxml-use-internal-errors.php',
    1 => 'libxml_use_internal_errors',
  ),
  'next' => 
  array (
    0 => 'simplexml.setup.php',
    1 => 'Yapılandırma/Kurulum',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/simplexml/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.simplexml.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.simplexml" class="book">
 
 <h1 class="title">Basit XML</h1>
 

 
 <div id="intro.simplexml" class="preface">
  <h1 class="title">Giriş</h1>
  <p class="para">
   Basit XML eklentisi, XML belgeleri, normal özellik seçicileri ve dizi
   yineleyicileri ile işleyebilen bir nesneye dönüştürmeyi kolaylaştıran
   araçları içerir.
  </p>
 </div>
 

 






 






 





 




 








<ul class="chunklist chunklist_book"><li><a href="simplexml.setup.php">Yapılandırma/Kurulum</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="simplexml.requirements.php">Gereksinimler</a></li><li><a href="simplexml.installation.php">Kurulum</a></li></ul></li><li><a href="simplexml.examples.php">&Ouml;rnekler</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="simplexml.examples-basic.php">Temel SimpleXML kullanımı</a></li><li><a href="simplexml.examples-errors.php">XML hatalarıya ilgilenmek</a></li></ul></li><li><a href="class.simplexmlelement.php">SimpleXMLElement</a> — SimpleXMLElement sınıfı<ul class="chunklist chunklist_book chunklist_children"><li><a href="simplexmlelement.addattribute.php">SimpleXMLElement::addAttribute</a> — XML elemanına bir &ouml;znitelik ekler</li><li><a href="simplexmlelement.addchild.php">SimpleXMLElement::addChild</a> — XML d&uuml;ğ&uuml;m&uuml;ne bir &ccedil;ocuk d&uuml;ğ&uuml;m ekler</li><li><a href="simplexmlelement.asxml.php">SimpleXMLElement::asXML</a> — Nesnenin i&ccedil;erdiği belgeyi iyi bi&ccedil;emli bir XML dizge olarak
  d&ouml;nd&uuml;r&uuml;r</li><li><a href="simplexmlelement.attributes.php">SimpleXMLElement::attributes</a> — Bir elemanın &ouml;zniteliklerine erişim sağlar</li><li><a href="simplexmlelement.children.php">SimpleXMLElement::children</a> — Belirtilen d&uuml;ğ&uuml;m&uuml;n &ccedil;ocuklarını bulur</li><li><a href="simplexmlelement.construct.php">SimpleXMLElement::__construct</a> — Yeni bir SimpleXMLElement nesnesi
  oluşturur</li><li><a href="simplexmlelement.count.php">SimpleXMLElement::count</a> — Counts the children of an element</li><li><a href="simplexmlelement.current.php">SimpleXMLElement::current</a> — Returns the current element</li><li><a href="simplexmlelement.getdocnamespaces.php">SimpleXMLElement::getDocNamespaces</a> — Belgede bildirilmiş isim alanlarını d&ouml;nd&uuml;r&uuml;r</li><li><a href="simplexmlelement.getname.php">SimpleXMLElement::getName</a> — XML eleman ismi d&ouml;nd&uuml;r&uuml;r</li><li><a href="simplexmlelement.getnamespaces.php">SimpleXMLElement::getNamespaces</a> — Belgede kullanılan isim alanlarını d&ouml;nd&uuml;r&uuml;r</li><li><a href="simplexmlelement.getchildren.php">SimpleXMLElement::getChildren</a> — Returns the sub-elements of the current element</li><li><a href="simplexmlelement.haschildren.php">SimpleXMLElement::hasChildren</a> — Checks whether the current element has sub elements</li><li><a href="simplexmlelement.key.php">SimpleXMLElement::key</a> — Return current key</li><li><a href="simplexmlelement.next.php">SimpleXMLElement::next</a> — Move to next element</li><li><a href="simplexmlelement.registerxpathnamespace.php">SimpleXMLElement::registerXPathNamespace</a> — Sonraki XPath ifadesi i&ccedil;in bir &ouml;nek/isim alanı bağlamı
  oluşturur</li><li><a href="simplexmlelement.rewind.php">SimpleXMLElement::rewind</a> — Rewind to the first element</li><li><a href="simplexmlelement.savexml.php">SimpleXMLElement::saveXML</a> — Takma Adı: SimpleXMLElement::asXML</li><li><a href="simplexmlelement.tostring.php">SimpleXMLElement::__toString</a> — Returns the string content</li><li><a href="simplexmlelement.valid.php">SimpleXMLElement::valid</a> — Check whether the current element is valid</li><li><a href="simplexmlelement.xpath.php">SimpleXMLElement::xpath</a> — Bir XML veri &uuml;zerinde bir XPath sorgusu &ccedil;alıştırır</li></ul></li><li><a href="class.simplexmliterator.php">SimpleXMLIterator</a> — The SimpleXMLIterator class</li><li><a href="ref.simplexml.php">Basit XML İşlevleri</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.simplexml-import-dom.php">simplexml_import_dom</a> — Bir DOM d&uuml;ğ&uuml;m&uuml; alıp bir SimpleXMLElement
  nesnesi d&ouml;nd&uuml;r&uuml;r</li><li><a href="function.simplexml-load-file.php">simplexml_load_file</a> — Bir XML dosyasının i&ccedil;eriğini bir nesne haline getirir</li><li><a href="function.simplexml-load-string.php">simplexml_load_string</a> — Bir XML dizgesini bir nesne haline getirir</li></ul></li></ul></div><?php manual_footer($setup); ?>