TECH I.S.

PHP realpath_cache_get()関数

❮ PHP ファイルシステムリファレンス

realpathキャッシュエントリを返します。

<?php var_dump(realpath_cache_get()); ?>


定義と使用法

realpath_cache_get()関数は、realpath キャッシュ エントリを返します。

構文

<div>realpath_cache_get()</div>

Technical Details

Return Value: realpathキャッシュエントリの配列

PHP バージョン:

5.3.2+

❮ PHP ファイルシステムリファレンス