sander Sun Aug 11 06:49:51 2002 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions is-file.xml
Log:
is_file() doesn't work on remote files - #18846
Index: phpdoc/en/reference/filesystem/functions/is-file.xml
diff -u phpdoc/en/reference/filesystem/functions/is-file.xml:1.2
phpdoc/en/reference/filesystem/functions/is-file.xml:1.3
--- phpdoc/en/reference/filesystem/functions/is-file.xml:1.2 Wed Apr 17 02:38:08
2002
+++ phpdoc/en/reference/filesystem/functions/is-file.xml Sun Aug 11 06:49:51
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.is-file">
<refnamediv>
@@ -19,6 +19,11 @@
The results of this function are cached. See
<function>clearstatcache</function> for more details.
</para>
+ <simpara>
+ This function will not work on <link
+ linkend="features.remote-files">remote files</link>; the file to
+ be examined must be accessible via the server's filesystem.
+ </simpara>
<para>
See also <function>is_dir</function> and
<function>is_link</function>.
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php