<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.opcache.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'ref.opcache.php',
    1 => 'Fonctions OPcache',
    2 => 'Fonctions OPcache',
  ),
  'up' => 
  array (
    0 => 'book.opcache.php',
    1 => 'OPcache',
  ),
  'prev' => 
  array (
    0 => 'opcache.preloading.php',
    1 => 'Preloading',
  ),
  'next' => 
  array (
    0 => 'function.opcache-compile-file.php',
    1 => 'opcache_compile_file',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/opcache/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.opcache.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.opcache" class="reference">
 <h1 class="title">Fonctions OPcache</h1>

 
























































<h2>Sommaire</h2><ul class="chunklist chunklist_reference"><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>
</div>
<?php manual_footer($setup); ?>