From 81534059fc04553aeecc63f9f9e96ce585a38ba3 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Thu, 21 Feb 2008 11:46:28 +0000 Subject: [PATCH] Add an example on how realpath() works on windows git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253392 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/realpath.xml | 22 ++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/realpath.xml b/reference/filesystem/functions/realpath.xml index db1b337b16..4fc2e14887 100644 --- a/reference/filesystem/functions/realpath.xml +++ b/reference/filesystem/functions/realpath.xml @@ -1,5 +1,5 @@ - + realpath @@ -67,6 +67,26 @@ echo realpath('./../../etc/passwd'); + + + + <function>realpath</function> on Windows + + On windows realpath will change unix style paths to + windows style. + + + +]]> + + &example.outputs; + +