Maison > php教程 > php手册 > le corps du texte

realpath自动清除路径中的点号

WBOY
Libérer: 2016-06-06 20:13:58
original
854 Les gens l'ont consulté

realpath自动清除路径中的点号,但仅限与点号出现在目录名和目录符号中间的情况。 php echo realpath('/var/www/test/constant../../array/');/var/www/test/arrayphp echo realpath('/var/www/test/constant./../array/');/var/www/test/arrayphp echo realp

realpath自动清除路径中的点号,但仅限与点号出现在目录名和目录符号中间的情况。

php > echo realpath('/var/www/test/constant../../array/');
/var/www/test/array
php > echo realpath('/var/www/test/constant./../array/');
/var/www/test/array
php > echo realpath('/var/www/test/constant/../array/');
/var/www/test/array
php > var_dump(realpath('/var/www/test/constan.t/../array/'));
bool(false)
Copier après la connexion
Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Recommandations populaires
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal