<?php
$TOC = array (
  0 => 
  array (
    0 => 'features.http-auth.php',
    1 => 'Identification HTTP avec PHP',
  ),
  1 => 
  array (
    0 => 'features.cookies.php',
    1 => 'Cookies',
  ),
  2 => 
  array (
    0 => 'features.sessions.php',
    1 => 'Sessions',
  ),
  3 => 
  array (
    0 => 'features.file-upload.php',
    1 => 'Gestion des chargements de fichiers',
  ),
  4 => 
  array (
    0 => 'features.remote-files.php',
    1 => 'Utilisation des fichiers &agrave; distance',
  ),
  5 => 
  array (
    0 => 'features.connection-handling.php',
    1 => 'Gestion des connexions',
  ),
  6 => 
  array (
    0 => 'features.persistent-connections.php',
    1 => 'Connexions persistantes aux bases de donn&eacute;es',
  ),
  7 => 
  array (
    0 => 'features.commandline.php',
    1 => 'Utilisation des lignes de commande',
  ),
  8 => 
  array (
    0 => 'features.gc.php',
    1 => 'Ramasse-miettes (Garbage Collection)',
  ),
  9 => 
  array (
    0 => 'features.dtrace.php',
    1 => 'DTrace Tra&ccedil;age dynamique',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'index.php',
    1 => 'Pr&eacute;face',
  ),
);