realpath_cache_get
Récupère les entrées du cache realpath
&reftitle.description;
arrayrealpath_cache_get
Récupère les entrées du cache realpath.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
Retourne un tableaux d'entrées du cache realpath. Les clés sont les chemins
originaux et les valeurs sont des tableaux de données contenant le chemin
résolu, la date d'expiration et d'autres param-tres gardés en cache.
&reftitle.examples;
Exemple avec realpath_cache_get
]]>
&example.outputs.similar;
array(4) {
["key"]=>
int(123456789)
["is_dir"]=>
bool(true)
["realpath"]=>
string(5) "/test"
["expires"]=>
int(1260318939)
}
["/test/test.php"]=>
array(4) {
["key"]=>
int(987654321)
["is_dir"]=>
bool(false)
["realpath"]=>
string(12) "/root/test.php"
["expires"]=>
int(1260318939)
}
}
]]>
&reftitle.seealso;
realpath_cache_size