PHP realpath_cache_get() Fonction
Exemple
Retourne les entrées du cache realpath :
<?php
var_dump(realpath_cache_get());
?> Définition et Utilisation
La fonction realpath_cache_get() retourne les entrées du cache realpath.
Syntaxe
realpath_cache_get() Détails Techniques
| Valeur de retour : | Un tableau d'entrées du cache realpath |
|---|---|
| Version PHP : | 5.3.2+ |