在线文档教程
PHP
文件系统 | File System

realpath_cache_size

realpath_cache_size

(PHP 5 >= 5.3.2, PHP 7)

realpath_cache_size - 获取实际路径缓存大小

描述

int realpath_cache_size ( void )

获取实际路径缓存使用的内存量。

返回值

返回实际路径缓存使用的内存量。

示例

Example #1 realpath_cache_size() example

<?php var_dump(realpath_cache_size() ?>

上面的例子会输出类似于:

int(412)

另请参阅

  • realpath_cache_get() - 获取实时路径缓存条目

← realpath_cache_get

realpath →