uTools-Manuals/docs/php/realpath_cache_size.html
2019-04-28 19:00:34 +08:00

73 lines
2.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>获取真实路径缓冲区的大小</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><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)</p><p class="refpurpose"><span class="refname">realpath_cache_size</span> &mdash; <span class="dc-title">获取真实路径缓冲区的大小</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="methodparam">void</span>
) : <span class="type">int</span></div>
<p class="para rdfs-comment">
获取真实路径缓存区大小在内存中的使用量。
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.realpath-cache-size-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
返回真实路径缓存区使用内存的用量。
</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-2838">
<p><strong>Example #1 <span class="function"><strong>realpath_cache_size()</strong></span> example</strong></p>
<div class="example-contents">
<div class="phpcode"><pre><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>
</pre></div>
</div>
<div class="example-contents"><p>以上例程的输出类似于:</p></div>
<div class="example-contents screen">
<div class="cdata"><pre>
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 class="member"><span class="function"><a href="realpath_cache_get.html" class="function" rel="rdfs-seeAlso">realpath_cache_get()</a> - 获取真实目录缓存的详情</span></li>
<li class="member">
<a href="ini.core.html#ini.realpath-cache-size" class="link">realpath_cache_size</a> 方法的配置选项
</li>
</ul>
</p>
</div>
</div></div></div></body></html>