<?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 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'ref.opcache.php',
    1 => 'Fun&ccedil;&otilde;es de OPcache',
    2 => 'Fun&ccedil;&otilde;es de 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' => 'pt_BR',
    '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">Funções de OPcache</h1>

 































 







<h2>Índice</h2><ul class="chunklist chunklist_reference"><li><a href="function.opcache-compile-file.php">opcache_compile_file</a> — Compila e armazena em cache um script PHP sem execut&aacute;-lo</li><li><a href="function.opcache-get-configuration.php">opcache_get_configuration</a> — Obt&eacute;m informa&ccedil;&otilde;es de configura&ccedil;&atilde;o sobre o cache</li><li><a href="function.opcache-get-status.php">opcache_get_status</a> — Obt&eacute;m informa&ccedil;&otilde;es de status sobre o cache</li><li><a href="function.opcache-invalidate.php">opcache_invalidate</a> — Invalida um script em cache</li><li><a href="function.opcache-is-script-cached.php">opcache_is_script_cached</a> — Informa se um script &eacute; armazenado em cache no OPCache</li><li><a href="function.opcache-is-script-cached-in-file-cache.php">opcache_is_script_cached_in_file_cache</a> — Informa se um script est&aacute; armazenado no cache de arquivo do OPCache</li><li><a href="function.opcache-jit-blacklist.php">opcache_jit_blacklist</a> — Impede que uma fun&ccedil;&atilde;o seja compilada pelo JIT</li><li><a href="function.opcache-reset.php">opcache_reset</a> — Redefine o conte&uacute;do do cache opcode</li></ul>
</div>
<?php manual_footer($setup); ?>