<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.mysqlnd.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'mysqlnd.notes.php',
    1 => 'Notes',
    2 => 'Notes',
  ),
  'up' => 
  array (
    0 => 'book.mysqlnd.php',
    1 => 'Mysqlnd',
  ),
  'prev' => 
  array (
    0 => 'mysqlnd.stats.php',
    1 => 'Statistiques',
  ),
  'next' => 
  array (
    0 => 'mysqlnd.memory.php',
    1 => 'Gestion de la m&eacute;moire',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/mysqlnd/notes.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="mysqlnd.notes" class="chapter">
 <h1 class="title">Notes</h1>

 <p class="simpara">
  Cette section fournit une compilation de notes diverses sur l&#039;utilisation du
  pilote natif MySQL.
 </p>
 <ul class="itemizedlist">
  <li class="listitem"><span class="simpara">Utiliser <code class="literal">mysqlnd</code> signifie utiliser les flux PHP
   pour la connexion sous-jacente. Avec <code class="literal">mysqlnd</code>, la documentation
   des flux PHP (<a href="book.stream.php" class="xref">Flux</a>) devrait être consultée en ce qui concerne
   les notions comme les timeouts et non pas la documentation de la bibliothèque cliente MySQL.
   </span></li>
 </ul>
</div>
<?php manual_footer($setup); ?>