<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.strings.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.quotemeta.php',
    1 => 'quotemeta',
    2 => '&Ouml;zel anlamı olan karakterleri tersb&ouml;l&uuml; ile &ouml;nceler',
  ),
  'up' => 
  array (
    0 => 'ref.strings.php',
    1 => 'Dizge İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.quoted-printable-encode.php',
    1 => 'quoted_printable_encode',
  ),
  'next' => 
  array (
    0 => 'function.rtrim.php',
    1 => 'rtrim',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/strings/functions/quotemeta.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.quotemeta" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">quotemeta</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">quotemeta</span> &mdash; <span class="dc-title">Özel anlamı olan karakterleri tersbölü ile önceler</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.quotemeta-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>quotemeta</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$dizge</code></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="para rdfs-comment">
   <code class="parameter">dizge</code> dizgesinin içinde bulunan karakterlerden
   <div class="example-contents screen">. \ + * ? [ ^ ] ( $ )</div>
   karakterlerini bir tersbölü (<code class="literal">\</code>) ile önceleyerek elde
   edilen dizgeyi döndürür.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.quotemeta-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">dizge</code></dt>
     <dd>
      <p class="para">
       Girdi dizgesi.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.quotemeta-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Özel anlamı olan karakterleri tersbölü ile öncelenmiş bir dizge döner.
   <code class="parameter">dizge</code> bağımsız değişkeninde boş dizge verilmişse
   <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner.
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.quotemeta-notes">
  <h3 class="title">Notlar</h3>
  <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
<span class="simpara">Bu işlev ikil dosyalarla çalışırken
dosya içeriğini değiştirmez.</span></p></blockquote>
 </div>


  <div class="refsect1 examples" id="refsect1-function.quotemeta-examples">
  <h3 class="title">Örnekler</h3>
  <p class="para">
   <div class="example" id="example-1">
    <p><strong>Örnek 1 - <span class="function"><strong>quotemeta()</strong></span> örneği</strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br /><br />var_dump</span><span style="color: #007700">(</span><span style="color: #0000BB">quotemeta</span><span style="color: #007700">(</span><span style="color: #DD0000">'Ali\'nin topu var.\nYakartop oynayalım.'</span><span style="color: #007700">));<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
    </div>

    <div class="example-contents"><p>
Yukarıdaki örneğin çıktısı:</p></div>
    <div class="example-contents screen">
<div class="examplescode"><pre class="examplescode">string(42) &quot;Ali&#039;nin topu var\.\\nYakartop oynayalım\.&quot;</pre>
</div>
    </div>
   </div>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.quotemeta-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.addslashes.php" class="function" rel="rdfs-seeAlso">addslashes()</a> - &Ouml;zel karakterlerin &ouml;n&uuml;ne tersb&ouml;l&uuml; yerleştirir</span></li>
    <li><span class="function"><a href="function.addcslashes.php" class="function" rel="rdfs-seeAlso">addcslashes()</a> - Dizgeye C tarzı &ouml;ncelem uygular</span></li>
    <li><span class="function"><a href="function.htmlentities.php" class="function" rel="rdfs-seeAlso">htmlentities()</a> - D&ouml;n&uuml;şt&uuml;r&uuml;lebilecek t&uuml;m karakterleri HTML &ouml;ğeleri haline getirir</span></li>
    <li><span class="function"><a href="function.htmlspecialchars.php" class="function" rel="rdfs-seeAlso">htmlspecialchars()</a> - &Ouml;zel karakterleri HTML &ouml;ğeleri haline getirir</span></li>
    <li><span class="function"><a href="function.nl2br.php" class="function" rel="rdfs-seeAlso">nl2br()</a> - Dizgedeki t&uuml;m satırsonlarının yerine HTML satır katlayıcıları
  yerleştirilir</span></li>
    <li><span class="function"><a href="function.stripslashes.php" class="function" rel="rdfs-seeAlso">stripslashes()</a> - Bir dizgeden tersb&ouml;l&uuml;leri ayıklar</span></li>
    <li><span class="function"><a href="function.stripcslashes.php" class="function" rel="rdfs-seeAlso">stripcslashes()</a> - addcslashes ile &ouml;ncelenmiş dizgeyi eski
  haline getirir</span></li>
    <li><span class="function"><a href="function.preg-quote.php" class="function" rel="rdfs-seeAlso">preg_quote()</a> - D&uuml;zenli ifadelerin &ouml;zel karakterlerini &ouml;nceler</span></li>
   </ul>
  </p>
 </div>


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