<?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 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.quotemeta.php',
    1 => 'quotemeta',
    2 => 'Quota i meta caratteri',
  ),
  'up' => 
  array (
    0 => 'ref.strings.php',
    1 => 'String Funzioni',
  ),
  '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' => 'it',
    '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">Quota i meta caratteri</span></p>

   </div>
   <div class="refsect1 unknown-1336" id="refsect1-function.quotemeta-unknown-1336">
    <h3 class="title">Descrizione</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">$str</code></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

    <p class="para rdfs-comment">
     Restituisce una versione di <code class="parameter">str</code> con il carattere backslash
     (<code class="literal">\</code>) davanti ai seguenti 
     caratteri: <div class="example-contents screen">. \ + * ? [ ^ ] ( $ )</div>
    </p>

    <blockquote class="note"><p><strong class="note">Nota</strong>: <span class="simpara">Questa funzione è
 binary-safe (gestisce correttamente i file binari)</span></p></blockquote>

    <p class="simpara">
     Vedere anche <span class="function"><a href="function.addslashes.php" class="function">addslashes()</a></span>,
     <span class="function"><a href="function.htmlentities.php" class="function">htmlentities()</a></span>, 
     <span class="function"><a href="function.htmlspecialchars.php" class="function">htmlspecialchars()</a></span>, 
     <span class="function"><a href="function.nl2br.php" class="function">nl2br()</a></span> e
     <span class="function"><a href="function.stripslashes.php" class="function">stripslashes()</a></span>.
    </p>
   </div>

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