sander Wed Apr 3 06:44:44 2002 EDT
Modified files:
/phpdoc/en/functions filesystem.xml
Log:
realpath() returns false on failure
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.135
phpdoc/en/functions/filesystem.xml:1.136
--- phpdoc/en/functions/filesystem.xml:1.135 Thu Mar 28 12:16:38 2002
+++ phpdoc/en/functions/filesystem.xml Wed Apr 3 06:44:44 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.135 $ -->
+<!-- $Revision: 1.136 $ -->
<reference id="ref.filesystem">
<title>Filesystem functions</title>
<titleabbrev>Filesystem</titleabbrev>
@@ -2733,6 +2733,10 @@
the input <parameter>path</parameter> and return the canonicalized
absolute pathname. The resulting path will have no symbolic link,
'/./' or '/../' components.
+ </para>
+ <para>
+ <function>realpath()</function> returns &false; on failure, e.g. if
+ the file does not exists.
</para>
<para>
<example>- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Sander Roobol
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Thomas Schoefbeck
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Andrew Lindeman
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Wez Furlong
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Sander Roobol
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Simone Cortesi
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Simone Cortesi
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Simone Cortesi
- Re: [PHP-DOC] cvs: phpdoc /en/functions filesystem.x... Sander Roobol
- Re: [PHP-DOC] cvs: phpdoc /en/functions filesys... Derick Rethans
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Sander Roobol
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Sander Roobol
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Friedhelm Betz
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Georg Richter
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Wez Furlong
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Wez Furlong
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Kai Schr�der
- Re: [PHP-DOC] cvs: phpdoc /en/functions filesys... Gabor Hojtsy
- Re: [PHP-DOC] cvs: phpdoc /en/functions fil... Thomas Schöfbeck
