<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.xmlreader.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'xmlreader.xml.php',
    1 => 'XMLReader::XML',
    2 => '&Ccedil;&ouml;z&uuml;mlenecek XML belge i&ccedil;eriği belirtilir',
  ),
  'up' => 
  array (
    0 => 'class.xmlreader.php',
    1 => 'XMLReader',
  ),
  'prev' => 
  array (
    0 => 'xmlreader.setschema.php',
    1 => 'XMLReader::setSchema',
  ),
  'next' => 
  array (
    0 => 'book.xmlwriter.php',
    1 => 'XMLWriter',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/xmlreader/xmlreader/xml.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="xmlreader.xml" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">XMLReader::XML</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.1.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">XMLReader::XML</span> &mdash; <span class="dc-title">Çözümlenecek XML belge içeriği belirtilir</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-xmlreader.xml-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><strong>XMLReader::XML</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$kaynak</code></span>, <span class="methodparam"><span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.string.php" class="type string">string</a></span></span> <code class="parameter">$kodlama</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$seçenekler</code><span class="initializer"> = 0</span></span>): <span class="type"><a href="class.xmlreader.php" class="type XMLReader">XMLReader</a></span></div>

  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>XMLReader::XML</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$kaynak</code></span>, <span class="methodparam"><span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.string.php" class="type string">string</a></span></span> <code class="parameter">$kodlama</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$seçenekler</code><span class="initializer"> = 0</span></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Çözümlenecek XML belge içeriğini belirtmek için kullanılır.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-xmlreader.xml-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">kaynak</code></dt>
     <dd>
      <p class="para">
       Çözümlenecek XML belgeyi içeren dizge.
      </p>
     </dd>
    
    
     <dt><code class="parameter">kodlama</code></dt>
     <dd>
      <p class="para">
       Belgenin karakter kodlaması veya <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>.
      </p>
     </dd>
    
    
     <dt><code class="parameter">seçenekler</code></dt>
     <dd>
      <p class="para">
       <a href="libxml.constants.php" class="link">LIBXML_*</a> sabitlerinden oluşan
       bir bit maskesi.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-xmlreader.xml-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Başarı durumunda <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>, başarısızlık durumunda <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner. Statik olarak çağrılmışsa
   <span class="classname"><a href="class.xmlreader.php" class="classname">XMLReader</a></span>, başarısızlık durumunda <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-xmlreader.xml-errors">
  <h3 class="title">Hatalar/İstisnalar</h3>
  <p class="para">
   Bu yöntem statik olarak çağrılabilir, fakat PHP 8.0.0 öncesinde, böyle bir
   durumda bir <strong><code><a href="errorfunc.constants.php#constant.e-deprecated">E_DEPRECATED</a></code></strong> hatası çıktılıyordu.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-xmlreader.xml-changelog">
  <h3 class="title">Sürüm Bilgisi</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Sürüm: </th>
      <th>Açıklama</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.0.0</td>
      <td>
       <span class="methodname"><strong>XMLReader::XML()</strong></span> statik yöntem olarak bildirildi,
       fakat hala <span class="classname"><a href="class.xmlreader.php" class="classname">XMLReader</a></span> örneği olarak çağrılabiliyor.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 seealso" id="refsect1-xmlreader.xml-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="xmlreader.open.php" class="methodname" rel="rdfs-seeAlso">XMLReader::open()</a> - &Ccedil;&ouml;zemlenecek XML belgeyi i&ccedil;eren adresi belirler</span></li>
    <li><span class="methodname"><a href="xmlreader.close.php" class="methodname" rel="rdfs-seeAlso">XMLReader::close()</a> - XMLReader girdisini kapatır</span></li>
   </ul>
  </p>
 </div>

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