pollita         Sat Nov 29 11:39:55 2003 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
    /phpdoc/en/reference/filesystem/functions   file-exists.xml 
                                                fileatime.xml 
                                                filectime.xml 
                                                filegroup.xml 
                                                fileinode.xml 
                                                filemtime.xml 
                                                fileowner.xml 
                                                fileperms.xml 
                                                filesize.xml filetype.xml 
                                                is-dir.xml 
                                                is-executable.xml 
                                                is-file.xml is-link.xml 
                                                is-readable.xml 
                                                is-writable.xml lstat.xml 
                                                stat.xml 
  Log:
  Add tip introducing url_stat() support
  
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.60 phpdoc/en/language-snippets.ent:1.61
--- phpdoc/en/language-snippets.ent:1.60        Wed Nov 26 20:12:34 2003
+++ phpdoc/en/language-snippets.ent     Sat Nov 29 11:39:54 2003
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.60 $ -->
+<!-- $Revision: 1.61 $ -->
 
 <!ENTITY warn.experimental '<warning><simpara>This extension is
 <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension --
@@ -39,6 +39,12 @@
 the filename and <xref linkend="wrappers"/> for a list of supported
 URL protocols.</simpara></tip>'>
 
+<!ENTITY tip.fopen-wrapper.stat '<tip><simpara>As of 
+<literal>PHP 5.0.0</literal> this function can also be used with 
+<emphasis>some</emphasis> url wrappers.  Refer to 
+<xref linkend="wrappers"/> for a listing of which wrappers support 
+<function>stat</function> family of functionality.</simpara></tip>'>
+
 <!ENTITY return.success 'Returns &true; on success or &false; on failure.'>
 
 <!ENTITY array.resetspointer '<note><simpara>This function will 
Index: phpdoc/en/reference/filesystem/functions/file-exists.xml
diff -u phpdoc/en/reference/filesystem/functions/file-exists.xml:1.10 
phpdoc/en/reference/filesystem/functions/file-exists.xml:1.11
--- phpdoc/en/reference/filesystem/functions/file-exists.xml:1.10       Mon Jun 16 
08:57:32 2003
+++ phpdoc/en/reference/filesystem/functions/file-exists.xml    Sat Nov 29 11:39:55 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.file-exists">
    <refnamediv>
@@ -41,8 +41,8 @@
     </para>
 
     &note.clearstatcache;
-    
-    &note.no-remote;
+
+    &tip.fopen-wrapper.stat;
 
     <para>
      See also <function>is_readable</function>, <function>is_writable</function>,
Index: phpdoc/en/reference/filesystem/functions/fileatime.xml
diff -u phpdoc/en/reference/filesystem/functions/fileatime.xml:1.4 
phpdoc/en/reference/filesystem/functions/fileatime.xml:1.5
--- phpdoc/en/reference/filesystem/functions/fileatime.xml:1.4  Sat Aug 16 17:42:13 
2003
+++ phpdoc/en/reference/filesystem/functions/fileatime.xml      Sat Nov 29 11:39:55 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.fileatime">
    <refnamediv>
@@ -29,7 +29,7 @@
     
     &note.clearstatcache;
     
-    &note.no-remote;
+    &tip.fopen-wrapper.stat;
 
     <para>
      <example>
Index: phpdoc/en/reference/filesystem/functions/filectime.xml
diff -u phpdoc/en/reference/filesystem/functions/filectime.xml:1.4 
phpdoc/en/reference/filesystem/functions/filectime.xml:1.5
--- phpdoc/en/reference/filesystem/functions/filectime.xml:1.4  Sat Aug 16 17:42:13 
2003
+++ phpdoc/en/reference/filesystem/functions/filectime.xml      Sat Nov 29 11:39:55 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.filectime">
    <refnamediv>
@@ -32,7 +32,7 @@
     
     &note.clearstatcache;
     
-    &note.no-remote;
+    &tip.fopen-wrapper.stat;
 
     <para>
      <example>
Index: phpdoc/en/reference/filesystem/functions/filegroup.xml
diff -u phpdoc/en/reference/filesystem/functions/filegroup.xml:1.5 
phpdoc/en/reference/filesystem/functions/filegroup.xml:1.6
--- phpdoc/en/reference/filesystem/functions/filegroup.xml:1.5  Sat Feb 22 13:55:36 
2003
+++ phpdoc/en/reference/filesystem/functions/filegroup.xml      Sat Nov 29 11:39:55 
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.filegroup">
    <refnamediv>
@@ -22,7 +22,7 @@
     
     &note.clearstatcache;
     
-    &note.no-remote;
+    &tip.fopen-wrapper.stat;
     
     <simpara>
      See also <function>fileowner</function>, and
Index: phpdoc/en/reference/filesystem/functions/fileinode.xml
diff -u phpdoc/en/reference/filesystem/functions/fileinode.xml:1.4 
phpdoc/en/reference/filesystem/functions/fileinode.xml:1.5
--- phpdoc/en/reference/filesystem/functions/fileinode.xml:1.4  Sat Feb 22 13:55:36 
2003
+++ phpdoc/en/reference/filesystem/functions/fileinode.xml      Sat Nov 29 11:39:55 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.fileinode">
    <refnamediv>
@@ -19,7 +19,7 @@
     
     &note.clearstatcache;
     
-    &note.no-remote;
+    &tip.fopen-wrapper.stat;
     
     <simpara>
      See also <function>stat</function>
Index: phpdoc/en/reference/filesystem/functions/filemtime.xml
diff -u phpdoc/en/reference/filesystem/functions/filemtime.xml:1.4 
phpdoc/en/reference/filesystem/functions/filemtime.xml:1.5
--- phpdoc/en/reference/filesystem/functions/filemtime.xml:1.4  Sat Feb 22 13:55:36 
2003
+++ phpdoc/en/reference/filesystem/functions/filemtime.xml      Sat Nov 29 11:39:55 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.filemtime">
    <refnamediv>
@@ -20,7 +20,7 @@
     
     &note.clearstatcache;
     
-    &note.no-remote;
+    &tip.fopen-wrapper.stat;
 
     <para>
      This function returns the time when the data
Index: phpdoc/en/reference/filesystem/functions/fileowner.xml
diff -u phpdoc/en/reference/filesystem/functions/fileowner.xml:1.4 
phpdoc/en/reference/filesystem/functions/fileowner.xml:1.5
--- phpdoc/en/reference/filesystem/functions/fileowner.xml:1.4  Sat Feb 22 13:55:36 
2003
+++ phpdoc/en/reference/filesystem/functions/fileowner.xml      Sat Nov 29 11:39:55 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.fileowner">
    <refnamediv>
@@ -20,7 +20,7 @@
     
     &note.clearstatcache;
     
-    &note.no-remote;
+    &tip.fopen-wrapper.stat;
     
     <simpara>
      See also <function>stat</function>
Index: phpdoc/en/reference/filesystem/functions/fileperms.xml
diff -u phpdoc/en/reference/filesystem/functions/fileperms.xml:1.3 
phpdoc/en/reference/filesystem/functions/fileperms.xml:1.4
--- phpdoc/en/reference/filesystem/functions/fileperms.xml:1.3  Sat Feb 22 13:55:36 
2003
+++ phpdoc/en/reference/filesystem/functions/fileperms.xml      Sat Nov 29 11:39:55 
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.fileperms">
    <refnamediv>
@@ -18,7 +18,7 @@
     
     &note.clearstatcache;
     
-    &note.no-remote;
+    &tip.fopen-wrapper.stat;
     
     <simpara>
      See also <function>is_readable</function>,
Index: phpdoc/en/reference/filesystem/functions/filesize.xml
diff -u phpdoc/en/reference/filesystem/functions/filesize.xml:1.5 
phpdoc/en/reference/filesystem/functions/filesize.xml:1.6
--- phpdoc/en/reference/filesystem/functions/filesize.xml:1.5   Sat Aug 16 17:42:13 
2003
+++ phpdoc/en/reference/filesystem/functions/filesize.xml       Sat Nov 29 11:39:55 
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.filesize">
    <refnamediv>
@@ -26,7 +26,7 @@
     
     &note.clearstatcache;
 
-    &note.no-remote;
+    &tip.fopen-wrapper.stat;
 
     <para>
      <example>
Index: phpdoc/en/reference/filesystem/functions/filetype.xml
diff -u phpdoc/en/reference/filesystem/functions/filetype.xml:1.9 
phpdoc/en/reference/filesystem/functions/filetype.xml:1.10
--- phpdoc/en/reference/filesystem/functions/filetype.xml:1.9   Sat Aug 16 17:42:13 
2003
+++ phpdoc/en/reference/filesystem/functions/filetype.xml       Sat Nov 29 11:39:55 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.filetype">
    <refnamediv>
@@ -24,7 +24,7 @@
     
     &note.clearstatcache;
     
-    &note.no-remote;
+    &tip.fopen-wrapper.stat;
 
     <para>
      <example>
Index: phpdoc/en/reference/filesystem/functions/is-dir.xml
diff -u phpdoc/en/reference/filesystem/functions/is-dir.xml:1.7 
phpdoc/en/reference/filesystem/functions/is-dir.xml:1.8
--- phpdoc/en/reference/filesystem/functions/is-dir.xml:1.7     Thu Feb 20 17:45:14 
2003
+++ phpdoc/en/reference/filesystem/functions/is-dir.xml Sat Nov 29 11:39:55 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.is-dir">
    <refnamediv>
@@ -20,7 +20,7 @@
 
     &note.clearstatcache;
     
-    &note.no-remote;
+    &tip.fopen-wrapper.stat;
 
     <para>
      See also <function>chdir</function>, <link linkend="class.dir">dir</link>,
Index: phpdoc/en/reference/filesystem/functions/is-executable.xml
diff -u phpdoc/en/reference/filesystem/functions/is-executable.xml:1.8 
phpdoc/en/reference/filesystem/functions/is-executable.xml:1.9
--- phpdoc/en/reference/filesystem/functions/is-executable.xml:1.8      Sat Aug 16 
17:42:13 2003
+++ phpdoc/en/reference/filesystem/functions/is-executable.xml  Sat Nov 29 11:39:55 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.is-executable">
    <refnamediv>
@@ -42,7 +42,7 @@
     
     &note.clearstatcache;
 
-    &note.no-remote;
+       &tip.fopen-wrapper.stat;
 
     <para>
      See also <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.5 
phpdoc/en/reference/filesystem/functions/is-file.xml:1.6
--- phpdoc/en/reference/filesystem/functions/is-file.xml:1.5    Thu Feb 20 17:45:14 
2003
+++ phpdoc/en/reference/filesystem/functions/is-file.xml        Sat Nov 29 11:39:55 
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-file">
    <refnamediv>
@@ -18,7 +18,7 @@
 
     &note.clearstatcache;
     
-    &note.no-remote;
+    &tip.fopen-wrapper.stat;
 
     <para>
      See also <function>is_dir</function> and
Index: phpdoc/en/reference/filesystem/functions/is-link.xml
diff -u phpdoc/en/reference/filesystem/functions/is-link.xml:1.5 
phpdoc/en/reference/filesystem/functions/is-link.xml:1.6
--- phpdoc/en/reference/filesystem/functions/is-link.xml:1.5    Thu Feb 20 17:45:14 
2003
+++ phpdoc/en/reference/filesystem/functions/is-link.xml        Sat Nov 29 11:39:55 
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-link">
    <refnamediv>
@@ -17,8 +17,8 @@
     </para>
     
     &note.clearstatcache;
-    
-    &note.no-remote;
+
+    &tip.fopen-wrapper.stat;
     
     <para>
      See also <function>is_dir</function>,
Index: phpdoc/en/reference/filesystem/functions/is-readable.xml
diff -u phpdoc/en/reference/filesystem/functions/is-readable.xml:1.4 
phpdoc/en/reference/filesystem/functions/is-readable.xml:1.5
--- phpdoc/en/reference/filesystem/functions/is-readable.xml:1.4        Mon Apr 14 
16:44:06 2003
+++ phpdoc/en/reference/filesystem/functions/is-readable.xml    Sat Nov 29 11:39:55 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.is-readable">
    <refnamediv>
@@ -23,7 +23,7 @@
 
     &note.clearstatcache;
 
-    &note.no-remote;
+    &tip.fopen-wrapper.stat;
 
     <para>
      See also <function>is_writable</function>, 
Index: phpdoc/en/reference/filesystem/functions/is-writable.xml
diff -u phpdoc/en/reference/filesystem/functions/is-writable.xml:1.5 
phpdoc/en/reference/filesystem/functions/is-writable.xml:1.6
--- phpdoc/en/reference/filesystem/functions/is-writable.xml:1.5        Thu Feb 20 
17:45:14 2003
+++ phpdoc/en/reference/filesystem/functions/is-writable.xml    Sat Nov 29 11:39:55 
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-writable">
    <refnamediv>
@@ -25,7 +25,7 @@
 
     &note.clearstatcache;
     
-    &note.no-remote;
+    &tip.fopen-wrapper.stat;
     
     <para>
      See also <function>is_readable</function>,
Index: phpdoc/en/reference/filesystem/functions/lstat.xml
diff -u phpdoc/en/reference/filesystem/functions/lstat.xml:1.5 
phpdoc/en/reference/filesystem/functions/lstat.xml:1.6
--- phpdoc/en/reference/filesystem/functions/lstat.xml:1.5      Fri May  9 19:35:29 
2003
+++ phpdoc/en/reference/filesystem/functions/lstat.xml  Sat Nov 29 11:39:55 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.lstat">
    <refnamediv>
@@ -27,7 +27,7 @@
 
     &note.clearstatcache;
     
-    &note.no-remote;
+    &tip.fopen-wrapper.stat;
     
     <simpara>
      See also <function>stat</function>.
Index: phpdoc/en/reference/filesystem/functions/stat.xml
diff -u phpdoc/en/reference/filesystem/functions/stat.xml:1.8 
phpdoc/en/reference/filesystem/functions/stat.xml:1.9
--- phpdoc/en/reference/filesystem/functions/stat.xml:1.8       Mon Jun 16 08:57:32 
2003
+++ phpdoc/en/reference/filesystem/functions/stat.xml   Sat Nov 29 11:39:55 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.stat">
    <refnamediv>
@@ -119,8 +119,8 @@
     </para>
     
     &note.clearstatcache;
-    
-    &note.no-remote;
+
+    &tip.fopen-wrapper.stat;
     
     <para>
      See also <function>lstat</function>,

Reply via email to