<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'function.realpath-cache-size.php',
    1 => 'realpath_cache_size',
    2 => 'Get realpath cache size',
  ),
  'up' => 
  array (
    0 => 'ref.filesystem.php',
    1 => 'Функції Файлової Системи',
  ),
  'prev' => 
  array (
    0 => 'function.realpath-cache-get.php',
    1 => 'realpath_cache_get',
  ),
  'next' => 
  array (
    0 => 'function.rename.php',
    1 => 'rename',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/filesystem/functions/realpath-cache-size.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.realpath-cache-size" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">realpath_cache_size</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.2, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">realpath_cache_size</span> &mdash; <span class="dc-title">Get realpath cache size</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.realpath-cache-size-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>realpath_cache_size</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   Get the amount of memory used by the realpath cache.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.realpath-cache-size-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.realpath-cache-size-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Returns how much memory realpath cache is using.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-function.realpath-cache-size-examples">
  <h3 class="title">Приклади</h3>
  <p class="para">
   <div class="example" id="example-1">
    <p><strong>Приклад #1 <span class="function"><strong>realpath_cache_size()</strong></span> example</strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br />var_dump</span><span style="color: #007700">(</span><span style="color: #0000BB">realpath_cache_size</span><span style="color: #007700">());<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
    </div>

    <div class="example-contents"><p>Поданий вище приклад виведе щось
схоже на:</p></div>
    <div class="example-contents screen">
<div class="examplescode"><pre class="examplescode">int(412)</pre>
</div>
    </div>
   </div>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.realpath-cache-size-seealso">
  <h3 class="title">Прогляньте також</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.realpath-cache-get.php" class="function" rel="rdfs-seeAlso">realpath_cache_get()</a> - Get realpath cache entries</span></li>
    <li>
     The <a href="ini.core.php#ini.realpath-cache-size" class="link">realpath_cache_size</a>
     configuration option
    </li>
   </ul>
  </p>
 </div>


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