torben          Mon Mar 26 15:39:26 2001 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  
  Notes in those functions which do not work on remote files.
  
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.56 phpdoc/en/functions/filesystem.xml:1.57
--- phpdoc/en/functions/filesystem.xml:1.56     Sat Mar 17 11:25:37 2001
+++ phpdoc/en/functions/filesystem.xml  Mon Mar 26 15:39:25 2001
@@ -680,9 +680,9 @@
      <parameter>filename</parameter> exists; false otherwise.
     </simpara>
     <simpara>
-     <function>file_exists</function> will not work on remote files;
-     the file to be examined must be accessible via the server's
-     filesystem.
+     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>
     <simpara>
      The results of this function are cached. See
@@ -723,6 +723,11 @@
      news spools are a common example. On such filesystems
      this function will be useless.
     </simpara>
+    <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>
    </refsect1>
   </refentry>
 
@@ -760,6 +765,11 @@
      There is no creation time for Unix files in most Unix 
      filesystems.
     </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>
    </refsect1>
   </refentry>
 
@@ -789,6 +799,11 @@
      <simpara>
      This function does not work on Windows systems
      </simpara>
+    <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>
     </note>
    </refsect1>
   </refentry>
@@ -813,6 +828,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>
     <note>
      <simpara>
      This function does not work on Windows systems
@@ -873,6 +893,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>
     <note>
      <simpara>
      This function does not work on Windows systems
@@ -897,6 +922,11 @@
     <para>    
      Returns the permissions on the file, or false in case of an error.
     </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>
      The results of this function are cached. See
      <function>clearstatcache</function> for more details.
@@ -924,6 +954,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>
    </refsect1>
   </refentry>
 
@@ -949,6 +984,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>
    </refsect1>
   </refentry>
 
@@ -1652,6 +1692,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_file</function> and
      <function>is_link</function>.
@@ -1679,6 +1724,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_file</function> and
      <function>is_link</function>.
@@ -1741,6 +1791,11 @@
      See also <function>is_dir</function> and
      <function>is_file</function>.
     </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>
     <note>
      <simpara>
      This function does not work on Windows systems
@@ -1776,6 +1831,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_writable</function>.
     </para>
@@ -1809,6 +1869,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_readable</function>.
     </para>


Reply via email to