<?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 => 'es',
  ),
  'this' => 
  array (
    0 => 'ref.opcache.php',
    1 => 'Funciones de OPcache',
    2 => 'Funciones de OPcache',
  ),
  'up' => 
  array (
    0 => 'book.opcache.php',
    1 => 'OPcache',
  ),
  'prev' => 
  array (
    0 => 'opcache.preloading.php',
    1 => 'Precarga',
  ),
  'next' => 
  array (
    0 => 'function.opcache-compile-file.php',
    1 => 'opcache_compile_file',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    '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">Funciones de OPcache</h1>

 












































 









<h2>Tabla de contenidos</h2><ul class="chunklist chunklist_reference"><li><a href="function.opcache-compile-file.php">opcache_compile_file</a> — Compila y almacena en cach&eacute; un script PHP sin ejecutarlo</li><li><a href="function.opcache-get-configuration.php">opcache_get_configuration</a> — Recupera la informaci&oacute;n de configuraci&oacute;n del cach&eacute;</li><li><a href="function.opcache-get-status.php">opcache_get_status</a> — Obtiene informaci&oacute;n sobre el estado del cach&eacute;</li><li><a href="function.opcache-invalidate.php">opcache_invalidate</a> — Invalida un script almacenado en cach&eacute;</li><li><a href="function.opcache-is-script-cached.php">opcache_is_script_cached</a> — Indica si un script est&aacute; en el cach&eacute; de OPCache</li><li><a href="function.opcache-is-script-cached-in-file-cache.php">opcache_is_script_cached_in_file_cache</a> — Indica si un script est&aacute; en la cach&eacute; de archivos de OPCache</li><li><a href="function.opcache-jit-blacklist.php">opcache_jit_blacklist</a> — Excluye una funci&oacute;n de la compilaci&oacute;n JIT</li><li><a href="function.opcache-reset.php">opcache_reset</a> — Reinicia el contenido del cache opcode</li></ul>
</div>
<?php manual_footer($setup); ?>