vrana Mon Jan 9 15:24:53 2006 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions fread.xml
Log:
Userspace streams have a limit too (bug #30936)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/fread.xml?r1=1.18&r2=1.19&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/fread.xml
diff -u phpdoc/en/reference/filesystem/functions/fread.xml:1.18
phpdoc/en/reference/filesystem/functions/fread.xml:1.19
--- phpdoc/en/reference/filesystem/functions/fread.xml:1.18 Thu Oct 27
20:31:18 2005
+++ phpdoc/en/reference/filesystem/functions/fread.xml Mon Jan 9 15:24:53 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.25 -->
<refentry id="function.fread">
<refnamediv>
@@ -18,7 +18,7 @@
<parameter>length</parameter> bytes from the file pointer
referenced by <parameter>handle</parameter>. Reading stops when up to
<parameter>length</parameter> bytes have been read, EOF
- (end of file) is reached, or (for network streams) when a
+ (end of file) is reached, or (for network or userspace streams) when a
packet becomes available, whichever comes first.
</simpara>
<simpara>