<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'taint.detail.taint.php',
    1 => 'Fonctions et requ&ecirc;tes qui v&eacute;rifieront si la cha&icirc;ne est propre',
    2 => 'Fonctions et requ&ecirc;tes qui v&eacute;rifieront si la cha&icirc;ne est propre',
  ),
  'up' => 
  array (
    0 => 'taint.detail.php',
    1 => 'Plus de d&eacute;tails',
  ),
  'prev' => 
  array (
    0 => 'taint.detail.basic.php',
    1 => 'Fonctions et requ&ecirc;tes qui seront marqu&eacute;es comme cha&icirc;nes non propres',
  ),
  'next' => 
  array (
    0 => 'taint.detail.untaint.php',
    1 => 'Fonctions qui ne nettoieront pas une cha&icirc;ne non propre',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    '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.taint" class="section">
  <h2 class="title">Fonctions et requêtes qui vérifieront si la chaîne est propre</h2>
  <p class="para">
   <table class="doctable table">
    
    
      <col />
      <col />
     <thead>
      <tr>
       <th>Fonction/Requêtes</th>
       <th>Depuis</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td colspan="2">Requêtes basiques</td>
      </tr>

      <tr>
       <td>eval</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>include/include_once</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>require/require_once</td>
       <td>0.1.0</td>
      </tr>

      

      <tr>
       <td colspan="2">Fonctions d&#039;affichage</td>
      </tr>

      <tr>
       <td>echo</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>print</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>printf</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>file_put_contents</td>
       <td>0.1.0</td>
      </tr>

      
      <tr>
       <td colspan="2">Fonctions du système de fichiers</td>
      </tr>

      <tr>
       <td>fopen</td>
       <td>0.2.0</td>
      </tr>

      <tr>
       <td>opendir</td>
       <td>0.2.0</td>
      </tr>

      <tr>
       <td>basename</td>
       <td>0.2.0</td>
      </tr>

      <tr>
       <td>dirname</td>
       <td>0.2.0</td>
      </tr>

      <tr>
       <td>file</td>
       <td>0.2.0</td>
      </tr>

      <tr>
       <td>pathinfo</td>
       <td>0.2.0</td>
      </tr>

      
      <tr>
       <td colspan="2">Fonctions de base de données</td>
      </tr>

      <tr>
       <td>mysql_query</td>
       <td>0.2.0</td>
      </tr>

      <tr>
       <td>mysqli_query/MySQLi::query</td>
       <td>0.2.0</td>
      </tr>

      <tr>
       <td>sqlite_query/SqliteDataBase::query</td>
       <td>0.3.0</td>
      </tr>

      <tr>
       <td>sqlite_single_query/SqliteDataBase::singleQuery</td>
       <td>0.3.0</td>
      </tr>

      <tr>
       <td>oci_parse</td>
       <td>0.3.0</td>
      </tr>

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

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

      <tr>
       <td>SQLite3::query</td>
       <td>2.0.1</td>
      </tr>

      <tr>
       <td>SQLite3::prepare</td>
       <td>2.0.1</td>
      </tr>

      
      <tr>
       <td colspan="2">Fonctions de ligne de commande</td>
      </tr>

      <tr>
       <td>system</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>exec</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>proc_open</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>passthru</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>shell_exec</td>
       <td>0.3.0</td>
      </tr>

      

     </tbody>
    
   </table>

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