zak             Sun Jan  6 19:34:11 2002 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  HTTP connections opened by fopen are read-only
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.111 
phpdoc/en/functions/filesystem.xml:1.112
--- phpdoc/en/functions/filesystem.xml:1.111    Fri Jan  4 08:36:20 2002
+++ phpdoc/en/functions/filesystem.xml  Sun Jan  6 19:34:10 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.111 $ -->
+<!-- $Revision: 1.112 $ -->
  <reference id="ref.filesystem">
   <title>Filesystem functions</title>
   <titleabbrev>Filesystem</titleabbrev>
@@ -1207,7 +1207,8 @@
     <simpara>
      Note that the file pointer allows you to retrieve only the
      <emphasis>body</emphasis> of the response; you cannot
-     access the HTTP response header using this function.
+     access the HTTP response header using this function. Additionally,
+     HTTP connections are read-only.
     </simpara>
     <simpara>
      Versions prior to PHP 4.0.5 do not handle HTTP redirects. Because


Reply via email to