<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.basic.php.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'book.opcache.php',
    1 => 'OPcache',
    2 => 'OPcache',
  ),
  'up' => 
  array (
    0 => 'refs.basic.php.php',
    1 => 'Affecte le comportement de PHP',
  ),
  'prev' => 
  array (
    0 => 'class.ffi-parserexception.php',
    1 => 'FFI\\ParserException',
  ),
  'next' => 
  array (
    0 => 'opcache.setup.php',
    1 => 'Installation/Configuration',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/opcache/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.opcache.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.opcache" class="book">
 
 <h1 class="title">OPcache</h1>

 <div id="intro.opcache" class="preface">
  <h1 class="title">Introduction</h1>
  <p class="simpara">
   OPcache améliore les performances de PHP en stockant le bytecode
   des scripts pré-compilés en mémoire partagée, faisant ainsi qu&#039;il
   n&#039;est plus nécessaire à PHP de charger et d&#039;analyser les scripts
   à chaque demande.
  </p>
  <p class="simpara">
   Cette extension est embarquée avec PHP 5.5.0 et suivants,
   et est
   <a href="https://pecl.php.net/package/ZendOpcache" class="link external">&raquo;&nbsp;disponible via PECL</a>
   pour les versions 5.2, 5.3 et 5.4 de PHP.
  </p>
 </div>

 








 





 










<ul class="chunklist chunklist_book"><li><a href="opcache.setup.php">Installation/Configuration</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="opcache.installation.php">Installation</a></li><li><a href="opcache.configuration.php">Configuration &agrave; l'ex&eacute;cution</a></li></ul></li><li><a href="opcache.preloading.php">Preloading</a></li><li><a href="ref.opcache.php">Fonctions OPcache</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.opcache-compile-file.php">opcache_compile_file</a> — Compile et met en cache un script PHP sans l'ex&eacute;cuter</li><li><a href="function.opcache-get-configuration.php">opcache_get_configuration</a> — R&eacute;cup&egrave;re les informations de configuration du cache</li><li><a href="function.opcache-get-status.php">opcache_get_status</a> — R&eacute;cup&egrave;re les informations de statut du cache</li><li><a href="function.opcache-invalidate.php">opcache_invalidate</a> — Invalide un script mis en cache</li><li><a href="function.opcache-is-script-cached.php">opcache_is_script_cached</a> — Indique si un script est dans le cache d'OPCache</li><li><a href="function.opcache-is-script-cached-in-file-cache.php">opcache_is_script_cached_in_file_cache</a> — Indique si un script est dans le cache de fichiers d'OPCache</li><li><a href="function.opcache-jit-blacklist.php">opcache_jit_blacklist</a> — Ajoute une fonction &agrave; la liste noire de la compilation JIT</li><li><a href="function.opcache-reset.php">opcache_reset</a> — R&eacute;initialise le contenu du cache opcode</li></ul></li></ul></div><?php manual_footer($setup); ?>