pollita         Mon Jun 30 14:21:03 2003 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   fread.xml 
  Log:
  Clarify behavior of fread on network streams.
  
Index: phpdoc/en/reference/filesystem/functions/fread.xml
diff -u phpdoc/en/reference/filesystem/functions/fread.xml:1.10 
phpdoc/en/reference/filesystem/functions/fread.xml:1.11
--- phpdoc/en/reference/filesystem/functions/fread.xml:1.10     Mon Jun 16 08:57:32 
2003
+++ phpdoc/en/reference/filesystem/functions/fread.xml  Mon Jun 30 14:21:03 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.25 -->
   <refentry id="function.fread">
    <refnamediv>
@@ -17,8 +17,9 @@
      <function>fread</function> reads up to
      <parameter>length</parameter> bytes from the file pointer
      referenced by <parameter>handle</parameter>. Reading stops when
-     <parameter>length</parameter> bytes have been read or EOF 
-     (end of file) reached, whichever comes first. 
+     <parameter>length</parameter> bytes have been read, EOF 
+     (end of file) is reached, or (for network streams) when a
+     packet becomes available, whichever comes first. 
     </simpara> 
     <para>
      <informalexample>



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

Reply via email to