Hey,
it's <function>realpath</function>, not with realpath() (it's added
automagically).
Derick
On Wed, 3 Apr 2002, Sander Roobol wrote:
> 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>
>
>
Derick Rethans
---------------------------------------------------------------------
PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED]
All your branches are belong to me!
SRM: Script Running Machine - www.vl-srm.net
---------------------------------------------------------------------