<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/taint.detail.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'taint.detail.untaint.php',
    1 => 'Functions which untaint the tainted string',
    2 => 'Functions which untaint the tainted string',
  ),
  'up' => 
  array (
    0 => 'taint.detail.php',
    1 => 'More Details',
  ),
  'prev' => 
  array (
    0 => 'taint.detail.taint.php',
    1 => 'Functions and statements which will check tainted string',
  ),
  'next' => 
  array (
    0 => 'ref.taint.php',
    1 => 'Taint 函数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/taint/detail.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="taint.detail.untaint" class="section">
  <h2 class="title">Functions which untaint the tainted string</h2>
  <p class="para">
   <table class="doctable table">
    
    
      <col />
      <col />
     <thead>
      <tr>
       <th>Function</th>
       <th>Since</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>addslashes</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>addcslashes</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>htmlspecialchars</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>htmlentities</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>escapeshellcmd</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>mysql_escape_string</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>mysql_real_escape_string</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>mysqli_escape_string/MySQLi::escape_string</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>mysqli_real_escape_string/MySQLi::real_escape_string</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>sqlite_escape_string/SqliteDataBase::escapeString</td>
       <td>0.3.0</td>
      </tr>

      <tr>
       <td>PDO::quote</td>
       <td>0.3.0</td>
      </tr>

     </tbody>
    
   </table>

  </p>

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