For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > January 2006 > cvs: phpdoc /en/reference/filesystem/functions fread.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/filesystem/functions fread.xml
Jakub Vrana

2006-01-30, 6:57 pm

vrana Mon Jan 30 15:48:53 2006 UTC

Modified files:
/phpdoc/en/reference/filesystem/functions fread.xml
Log:
Even unrelated wrapper affects the limit (bug #35859)

http://cvs.php.net/viewcvs.cgi/phpd...1&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/fread.xml
diff -u phpdoc/en/reference/filesystem/functions/fread.xml:1.20 phpdoc/en/reference/filesystem/functions/fread.xml:1.21
--- phpdoc/en/reference/filesystem/functions/fread.xml:1.20 Fri Jan 13 11:00:19 2006
+++ phpdoc/en/reference/filesystem/functions/fread.xml Mon Jan 30 15:48:53 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.25 -->
<refentry id="function.fread">
<refnamediv>
@@ -19,7 +19,7 @@
referenced by <parameter>handle</parameter>. Reading stops when up to
<parameter>length</parameter> bytes have been read, EOF
(end of file) is reached, (for network streams) when a packet becomes
- available, or (for userspace streams) when 8192 bytes have been read
+ available, or (after opening userspace stream) when 8192 bytes have been read
whichever comes first.
</simpara>
<simpara>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com