<?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.stripcslashes.php',
    1 => 'stripcslashes',
    2 => 'Rimuove gli slash aggiunti con addcslashes',
  ),
  'up' => 
  array (
    0 => 'ref.strings.php',
    1 => 'String Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.strip-tags.php',
    1 => 'strip_tags',
  ),
  'next' => 
  array (
    0 => 'function.stripos.php',
    1 => 'stripos',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/strings/functions/stripcslashes.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.stripcslashes" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">stripcslashes</h1>
    <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">stripcslashes</span> &mdash; <span class="dc-title">
     Rimuove gli slash aggiunti con <span class="function"><a href="function.addcslashes.php" class="function">addcslashes()</a></span>
    </span></p>

   </div>
   <div class="refsect1 unknown-1393" id="refsect1-function.stripcslashes-unknown-1393">
    <h3 class="title">Descrizione</h3>
     <div class="methodsynopsis dc-description">
      <span class="methodname"><strong>stripcslashes</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">
     Rimuove i backslash da una stringa. Riconosce i caratteri C
     <code class="literal">\n</code>, <code class="literal">\r</code> ..., le rappresentazioni ottali
     e esadecimali.
    </p>
    <p class="simpara">
     Vedere anche <span class="function"><a href="function.addcslashes.php" class="function">addcslashes()</a></span>.
    </p>
   </div>

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