<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.filesystem.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'function.clearstatcache.php',
    1 => 'clearstatcache',
    2 => 'Elimina la cach&eacute; de stat',
  ),
  'up' => 
  array (
    0 => 'ref.filesystem.php',
    1 => 'Funciones del Sistema de Archivos',
  ),
  'prev' => 
  array (
    0 => 'function.chown.php',
    1 => 'chown',
  ),
  'next' => 
  array (
    0 => 'function.copy.php',
    1 => 'copy',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/filesystem/functions/clearstatcache.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.clearstatcache" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">clearstatcache</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">clearstatcache</span> &mdash; <span class="dc-title">Elimina la caché de <span class="function"><a href="function.stat.php" class="function">stat()</a></span></span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.clearstatcache-description">
  <h3 class="title">Descripción</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>clearstatcache</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$clear_realpath_cache</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong></span></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$filename</code><span class="initializer"> = &quot;&quot;</span></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">
   La llamada a la función <span class="function"><a href="function.stat.php" class="function">stat()</a></span> o
   <span class="function"><a href="function.lstat.php" class="function">lstat()</a></span> es relativamente costosa en términos de
   tiempo de ejecución. Por ello, el resultado de la última
   llamada a una de las funciones de estado (ver la lista a continuación) se
   guarda para su reutilización. Si se desea forzar la verificación del estado de un fichero,
   en el caso de que el fichero hubiera podido ser modificado o hubiera desaparecido, se
   debe utilizar la función <span class="function"><strong>clearstatcache()</strong></span>
   para borrar de la memoria los resultados de la última llamada a la función.
  </p>
  <p class="para">
   Tenga en cuenta que PHP no guarda en caché información sobre
   un fichero inexistente. Si se llama a <span class="function"><a href="function.file-exists.php" class="function">file_exists()</a></span>
   sobre un fichero que no existe, la función devolverá <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>
   hasta que se cree el fichero. Si se crea el fichero,
   la función devolverá <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> incluso si se borra el fichero.
  </p>
  <blockquote class="note"><p><strong class="note">Nota</strong>: 
   <p class="para">
    Esta función guarda en caché información sobre ficheros.
    Por lo tanto, solo es necesario llamar a <span class="function"><strong>clearstatcache()</strong></span> si
    se realizan múltiples operaciones sobre el directorio, y se desea tener
    una versión actualizada de la información.
   </p>
  </p></blockquote>
  <p class="para">
   Las funciones afectadas incluyen :
   <span class="function"><a href="function.stat.php" class="function">stat()</a></span>,
   <span class="function"><a href="function.lstat.php" class="function">lstat()</a></span>,
   <span class="function"><a href="function.file-exists.php" class="function">file_exists()</a></span>,
   <span class="function"><a href="function.is-writable.php" class="function">is_writable()</a></span>,
   <span class="function"><a href="function.is-readable.php" class="function">is_readable()</a></span>,
   <span class="function"><a href="function.is-executable.php" class="function">is_executable()</a></span>,
   <span class="function"><a href="function.is-file.php" class="function">is_file()</a></span>,
   <span class="function"><a href="function.is-dir.php" class="function">is_dir()</a></span>,
   <span class="function"><a href="function.is-link.php" class="function">is_link()</a></span>,
   <span class="function"><a href="function.filectime.php" class="function">filectime()</a></span>,
   <span class="function"><a href="function.fileatime.php" class="function">fileatime()</a></span>,
   <span class="function"><a href="function.filemtime.php" class="function">filemtime()</a></span>,
   <span class="function"><a href="function.fileinode.php" class="function">fileinode()</a></span>,
   <span class="function"><a href="function.filegroup.php" class="function">filegroup()</a></span>,
   <span class="function"><a href="function.fileowner.php" class="function">fileowner()</a></span>,
   <span class="function"><a href="function.filesize.php" class="function">filesize()</a></span>,
   <span class="function"><a href="function.filetype.php" class="function">filetype()</a></span>, y
   <span class="function"><a href="function.fileperms.php" class="function">fileperms()</a></span>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.clearstatcache-parameters">
  <h3 class="title">Parámetros</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">clear_realpath_cache</code></dt>
     <dd>
      <p class="para">
       Si también debe vaciarse la caché de rutas reales.
      </p>
     </dd>
    
    
     <dt><code class="parameter">filename</code></dt>
     <dd>
      <p class="para">
       Limpia la caché de ruta real de un fichero específico.
       Solo puede ser utilizado si el argumento
       <code class="parameter">clear_realpath_cache</code> vale <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.clearstatcache-returnvalues">
  <h3 class="title">Valores devueltos</h3>
  <p class="para">
   No se retorna ningún valor.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-function.clearstatcache-examples">
  <h3 class="title">Ejemplos</h3>
  <p class="para">
   <div class="example" id="example-1">
    <p><strong>Ejemplo #1 Ejemplo con <span class="function"><strong>clearstatcache()</strong></span></strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br />$file </span><span style="color: #007700">= </span><span style="color: #DD0000">'output_log.txt'</span><span style="color: #007700">;<br /><br />function </span><span style="color: #0000BB">get_owner</span><span style="color: #007700">(</span><span style="color: #0000BB">$file</span><span style="color: #007700">)<br />{<br />    </span><span style="color: #0000BB">$stat </span><span style="color: #007700">= </span><span style="color: #0000BB">stat</span><span style="color: #007700">(</span><span style="color: #0000BB">$file</span><span style="color: #007700">);<br />    </span><span style="color: #0000BB">$user </span><span style="color: #007700">= </span><span style="color: #0000BB">posix_getpwuid</span><span style="color: #007700">(</span><span style="color: #0000BB">$stat</span><span style="color: #007700">[</span><span style="color: #DD0000">'uid'</span><span style="color: #007700">]);<br />    return </span><span style="color: #0000BB">$user</span><span style="color: #007700">[</span><span style="color: #DD0000">'name'</span><span style="color: #007700">];<br />}<br /><br /></span><span style="color: #0000BB">$format </span><span style="color: #007700">= </span><span style="color: #DD0000">"UID @ %s: %s\n"</span><span style="color: #007700">;<br /><br /></span><span style="color: #0000BB">printf</span><span style="color: #007700">(</span><span style="color: #0000BB">$format</span><span style="color: #007700">, </span><span style="color: #0000BB">date</span><span style="color: #007700">(</span><span style="color: #DD0000">'r'</span><span style="color: #007700">), </span><span style="color: #0000BB">get_owner</span><span style="color: #007700">(</span><span style="color: #0000BB">$file</span><span style="color: #007700">));<br /><br /></span><span style="color: #0000BB">chown</span><span style="color: #007700">(</span><span style="color: #0000BB">$file</span><span style="color: #007700">, </span><span style="color: #DD0000">'ross'</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">printf</span><span style="color: #007700">(</span><span style="color: #0000BB">$format</span><span style="color: #007700">, </span><span style="color: #0000BB">date</span><span style="color: #007700">(</span><span style="color: #DD0000">'r'</span><span style="color: #007700">), </span><span style="color: #0000BB">get_owner</span><span style="color: #007700">(</span><span style="color: #0000BB">$file</span><span style="color: #007700">));<br /><br /></span><span style="color: #0000BB">clearstatcache</span><span style="color: #007700">();<br /></span><span style="color: #0000BB">printf</span><span style="color: #007700">(</span><span style="color: #0000BB">$format</span><span style="color: #007700">, </span><span style="color: #0000BB">date</span><span style="color: #007700">(</span><span style="color: #DD0000">'r'</span><span style="color: #007700">), </span><span style="color: #0000BB">get_owner</span><span style="color: #007700">(</span><span style="color: #0000BB">$file</span><span style="color: #007700">));<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
    </div>

    <div class="example-contents"><p>Resultado del ejemplo anterior es similar a:</p></div>
    <div class="example-contents screen">
<div class="examplescode"><pre class="examplescode">UID @ Sun, 12 Oct 2008 20:48:28 +0100: root
UID @ Sun, 12 Oct 2008 20:48:28 +0100: root
UID @ Sun, 12 Oct 2008 20:48:28 +0100: ross</pre>
</div>
    </div>
   </div>
  </p>
 </div>


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