philip          Thu Feb 20 12:25:14 2003 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   is-executable.xml 
                                                is-link.xml is-dir.xml 
                                                is-file.xml 
                                                is-writable.xml 
  Log:
  Use of &file.clearstatcache; and &note.no-remote;
  
  
Index: phpdoc/en/reference/filesystem/functions/is-executable.xml
diff -u phpdoc/en/reference/filesystem/functions/is-executable.xml:1.3 
phpdoc/en/reference/filesystem/functions/is-executable.xml:1.4
--- phpdoc/en/reference/filesystem/functions/is-executable.xml:1.3      Mon Oct  7 
11:45:38 2002
+++ phpdoc/en/reference/filesystem/functions/is-executable.xml  Thu Feb 20 12:25:13 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.is-executable">
    <refnamediv>
@@ -15,15 +15,11 @@
     <para>
      Returns &true; if the filename exists and is executable.
     </para>
-    <para>
-     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>
+
+    &file.clearstatcache;
+
+    &note.no-remote;
+
     <note>
      <simpara>
       This function is <emphasis role="strong">not</emphasis> available on
Index: phpdoc/en/reference/filesystem/functions/is-link.xml
diff -u phpdoc/en/reference/filesystem/functions/is-link.xml:1.3 
phpdoc/en/reference/filesystem/functions/is-link.xml:1.4
--- phpdoc/en/reference/filesystem/functions/is-link.xml:1.3    Tue Aug 13 23:28:02 
2002
+++ phpdoc/en/reference/filesystem/functions/is-link.xml        Thu Feb 20 12:25:13 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.is-link">
    <refnamediv>
@@ -15,19 +15,15 @@
     <para>
      Returns &true; if the filename exists and is a symbolic link.
     </para>
-    <para>
-     The results of this function are cached. See
-     <function>clearstatcache</function> for more details.
-    </para>
+    
+    &file.clearstatcache;
+    
+    &note.no-remote;
+    
     <para>
      See also <function>is_dir</function>,
      <function>is_file</function>, and <function>readlink</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>
    </refsect1>
   </refentry>
 
Index: phpdoc/en/reference/filesystem/functions/is-dir.xml
diff -u phpdoc/en/reference/filesystem/functions/is-dir.xml:1.5 
phpdoc/en/reference/filesystem/functions/is-dir.xml:1.6
--- phpdoc/en/reference/filesystem/functions/is-dir.xml:1.5     Wed Aug 14 17:29:01 
2002
+++ phpdoc/en/reference/filesystem/functions/is-dir.xml Thu Feb 20 12:25:13 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.is-dir">
    <refnamediv>
@@ -17,15 +17,11 @@
      <parameter>filename</parameter> is a relative filename, it will be
      checked relative to the current working directory.
     </para>
-    <para>
-     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>
+
+    &file.clearstatcache;
+    
+    &note.no-remote;
+
     <para>
      See also <function>chdir</function>, <link linkend="class.dir">dir</link>,
      <function>opendir</function>, <function>is_file</function> and
Index: phpdoc/en/reference/filesystem/functions/is-file.xml
diff -u phpdoc/en/reference/filesystem/functions/is-file.xml:1.3 
phpdoc/en/reference/filesystem/functions/is-file.xml:1.4
--- phpdoc/en/reference/filesystem/functions/is-file.xml:1.3    Sun Aug 11 06:49:51 
2002
+++ phpdoc/en/reference/filesystem/functions/is-file.xml        Thu Feb 20 12:25:13 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.is-file">
    <refnamediv>
@@ -15,15 +15,11 @@
     <para>
      Returns &true; if the filename exists and is a regular file.
     </para>
-    <para>
-     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>
+
+    &file.clearstatcache;
+    
+    &note.no-remote;
+
     <para>
      See also <function>is_dir</function> and
      <function>is_link</function>.
Index: phpdoc/en/reference/filesystem/functions/is-writable.xml
diff -u phpdoc/en/reference/filesystem/functions/is-writable.xml:1.3 
phpdoc/en/reference/filesystem/functions/is-writable.xml:1.4
--- phpdoc/en/reference/filesystem/functions/is-writable.xml:1.3        Thu Feb 20 
12:09:30 2003
+++ phpdoc/en/reference/filesystem/functions/is-writable.xml    Thu Feb 20 12:25:13 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.is-writable">
    <refnamediv>
@@ -22,10 +22,8 @@
      that the web server runs as (often 'nobody'). Safe mode
      limitations are not taken into account.
     </para>
-    <para>
-     The results of this function are cached. See
-     <function>clearstatcache</function> for more details.
-    </para>
+
+    &file.clearstatcache;
     
     &note.no-remote;
     



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to