<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.xmlwriter.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'xmlwriter.openmemory.php',
    1 => 'XMLWriter::openMemory',
    2 => 'Dizge &ccedil;ıktılamak i&ccedil;in belleği kullanmak &uuml;zere yeni bir
  XMLWriter nesnesi oluşturur',
  ),
  'up' => 
  array (
    0 => 'class.xmlwriter.php',
    1 => 'XMLWriter',
  ),
  'prev' => 
  array (
    0 => 'xmlwriter.fullendelement.php',
    1 => 'XMLWriter::fullEndElement',
  ),
  'next' => 
  array (
    0 => 'xmlwriter.openuri.php',
    1 => 'XMLWriter::openUri',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/xmlwriter/xmlwriter/openmemory.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="xmlwriter.openmemory" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">XMLWriter::openMemory</h1>
  <h1 class="refname">xmlwriter_open_memory</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.1.2, PHP 7, PHP 8, PECL xmlwriter &gt;= 0.1.0)</p><p class="refpurpose"><span class="refname">XMLWriter::openMemory</span> -- <span class="refname">xmlwriter_open_memory</span> &mdash; <span class="dc-title">Dizge çıktılamak için belleği kullanmak üzere yeni bir
  <span class="classname"><a href="class.xmlwriter.php" class="classname">XMLWriter</a></span> nesnesi oluşturur</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-xmlwriter.openmemory-description">
  <h3 class="title">Açıklama</h3>
  <p class="para">Nesne yönelimli kullanım</p>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="methodname"><strong>XMLWriter::openMemory</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">Yordamsal kullanım</p>
  <div class="methodsynopsis dc-description"><span class="methodname"><strong>xmlwriter_open_memory</strong></span>(): <span class="type"><span class="type"><a href="class.xmlwriter.php" class="type XMLWriter">XMLWriter</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   Dizge çıktılamak için belleği kullanmak üzere yeni bir
   <span class="classname"><a href="class.xmlwriter.php" class="classname">XMLWriter</a></span> nesnesi oluşturur.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-xmlwriter.openmemory-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-xmlwriter.openmemory-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Nesne yönelimli kullanım: 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.
  </p>
  <p class="para">
   Yordamsal kullanım: Başarı durumunda <span class="classname"><a href="class.xmlwriter.php" class="classname">XMLWriter</a></span>
   işlevleri ile kullanılmak üzere yeni bir <span class="classname"><a href="class.xmlwriter.php" class="classname">XMLWriter</a></span>
   özkaynağı, aksi takdirde <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döndürür.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-xmlwriter.openmemory-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>
       İşlev artık başarı durumunda yeni bir <span class="classname"><a href="class.xmlwriter.php" class="classname">XMLWriter</a></span>
       örneği döndürüyor, evvelce <a href="language.types.resource.php" class="link">resource</a> türünde bir değer dönerdi.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 seealso" id="refsect1-xmlwriter.openmemory-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="xmlwriter.openuri.php" class="methodname" rel="rdfs-seeAlso">XMLWriter::openURI()</a> - &Ccedil;ıktı i&ccedil;in kaynak adresini kullanarak yeni bir XMLWriter nesnesi oluşturur</span></li>
   </ul>
  </p>
 </div>


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