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

     </thead>

     <tbody class="tbody">
      <tr>
       <td>= (assignement)</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>. (concat)</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>&quot;{$var}&quot; (substitution de variable)</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>.= (assignement de concaténation)</td>
       <td>0.1.0</td>
      </tr>

      <tr>
       <td>strval</td>
       <td>0.3.0</td>
      </tr>

      <tr>
       <td>explode/split</td>
       <td>0.3.0</td>
      </tr>

      <tr>
       <td>implode/join</td>
       <td>0.3.0</td>
      </tr>

      <tr>
       <td>sprintf</td>
       <td>0.3.0</td>
      </tr>

      <tr>
       <td>vsprintf</td>
       <td>0.3.0</td>
      </tr>

      <tr>
       <td>trim</td>
       <td>0.4.0</td>
      </tr>

      <tr>
       <td>rtrim</td>
       <td>0.4.0</td>
      </tr>

      <tr>
       <td>ltrim</td>
       <td>0.4.0</td>
      </tr>

      <tr>
       <td>strstr</td>
       <td>0.5.0</td>
      </tr>

      <tr>
       <td>str_pad</td>
       <td>0.5.0</td>
      </tr>

      <tr>
       <td>str_replace</td>
       <td>0.5.0</td>
      </tr>

      <tr>
       <td>substr</td>
       <td>0.5.0</td>
      </tr>

      <tr>
       <td>strtolower</td>
       <td>0.5.0</td>
      </tr>

      <tr>
       <td>strtoupper</td>
       <td>0.5.0</td>
      </tr>

     </tbody>
    
   </table>

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