<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.opcache.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'function.opcache-get-configuration.php',
    1 => 'opcache_get_configuration',
    2 => 'Obt&eacute;m informa&ccedil;&otilde;es de configura&ccedil;&atilde;o sobre o cache',
  ),
  'up' => 
  array (
    0 => 'ref.opcache.php',
    1 => 'Fun&ccedil;&otilde;es de OPcache',
  ),
  'prev' => 
  array (
    0 => 'function.opcache-compile-file.php',
    1 => 'opcache_compile_file',
  ),
  'next' => 
  array (
    0 => 'function.opcache-get-status.php',
    1 => 'opcache_get_status',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/opcache/functions/opcache-get-configuration.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.opcache-get-configuration" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">opcache_get_configuration</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.5.0, PHP 7, PHP 8, PECL ZendOpcache &gt; 7.0.2)</p><p class="refpurpose"><span class="refname">opcache_get_configuration</span> &mdash; <span class="dc-title">Obtém informações de configuração sobre o cache</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.opcache-get-configuration-description">
  <h3 class="title">Descrição</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>opcache_get_configuration</strong></span>(): <span class="type"><span class="type"><a href="language.types.array.php" class="type array">array</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="simpara">
   Esta função retorna informações de configuração sobre a instância de cache
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.opcache-get-configuration-parameters">
  <h3 class="title">Parâmetros</h3>
  <p class="para">Esta função não possui parâmetros.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.opcache-get-configuration-returnvalues">
  <h3 class="title">Valor Retornado</h3>
  <p class="simpara">
   Retorna uma série de informações, incluindo ini, blacklist e versão
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-function.opcache-get-configuration-errors">
  <h3 class="title">Erros/Exceções</h3>
  <p class="simpara">
   Se <code class="literal">opcache.restrict_api</code> estiver em uso e o caminho atual
   violar a regra, um E_WARNING será emitido; nenhuma informação de status
   será retornada.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.opcache-get-configuration-seealso">
  <h3 class="title">Veja Também</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.opcache-get-status.php" class="function" rel="rdfs-seeAlso">opcache_get_status()</a> - Obt&eacute;m informa&ccedil;&otilde;es de status sobre o cache</span></li>
  </ul>
 </div>


</div><?php manual_footer($setup); ?>