derick          Mon Jul  7 15:14:09 2003 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   fread.xml 
  Log:
  - Move warning to the correct place
  
  
Index: phpdoc/en/reference/filesystem/functions/fread.xml
diff -u phpdoc/en/reference/filesystem/functions/fread.xml:1.13 
phpdoc/en/reference/filesystem/functions/fread.xml:1.14
--- phpdoc/en/reference/filesystem/functions/fread.xml:1.13     Mon Jul  7 15:05:11 
2003
+++ phpdoc/en/reference/filesystem/functions/fread.xml  Mon Jul  7 15:14:09 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.25 -->
   <refentry id="function.fread">
    <refnamediv>
@@ -43,15 +43,6 @@
       <function>fopen</function> mode parameter.
      </para>
     </warning>
-    <warning>
-     <para>
-      When reading from network streams or pipes, such as those returned when
-      reading <link linkend="features.remote-files">remote files</link> or from
-      <function>popen</function> and <function>proc_open</function>, reading
-      will stop after a packet is available.  This means that you should
-      collect the data together in chunks as shown in the example below.
-     </para>
-    </warning>
     <para>
      <informalexample>
       <programlisting role="php">
@@ -67,6 +58,15 @@
      </informalexample>
     </para>
 
+    <warning>
+     <para>
+      When reading from network streams or pipes, such as those returned when
+      reading <link linkend="features.remote-files">remote files</link> or from
+      <function>popen</function> and <function>proc_open</function>, reading
+      will stop after a packet is available.  This means that you should
+      collect the data together in chunks as shown in the example below.
+     </para>
+    </warning>
     <para>
      <informalexample>
       <programlisting role="php">



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

Reply via email to