joey Tue Jan 6 13:41:32 2004 EDT
Modified files:
/phpdoc/en/functions filesystem.xml
Log:
Document "false" return for is_file().
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.144
phpdoc/en/functions/filesystem.xml:1.145
--- phpdoc/en/functions/filesystem.xml:1.144 Sun Jun 2 15:03:06 2002
+++ phpdoc/en/functions/filesystem.xml Tue Jan 6 13:41:32 2004
@@ -8,7 +8,7 @@
instead -->
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.144 $ -->
+<!-- $Revision: 1.145 $ -->
<reference id="ref.filesystem">
<title>Filesystem functions</title>
<titleabbrev>Filesystem</titleabbrev>
@@ -1959,7 +1959,7 @@
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
- Returns &true; if the filename exists and is a regular file.
+ Returns &true; if the filename exists and is a regular file, &false; otherwise.
</para>
<para>
The results of this function are cached. See