mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
flush: note that mod_gzip may buffer data
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65776 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
518241fc04
commit
ca159b0e1d
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<reference id="ref.outcontrol">
|
||||
<title>Output Control Functions</title>
|
||||
<titleabbrev>Output Control</titleabbrev>
|
||||
|
@ -77,6 +77,11 @@ ob_end_flush();
|
|||
the output from your script until it terminates before
|
||||
transmitting the results to the browser.
|
||||
</para>
|
||||
<para>
|
||||
Server modules for Apache like mod_gzip may do buffering of their own
|
||||
that will cause <function>flush</function> to not result in data being
|
||||
sent immediately to the client.
|
||||
</para>
|
||||
<para>
|
||||
Even the browser may buffer its input before displaying it.
|
||||
Netscape, for example, buffers text until it receives an
|
||||
|
|
Loading…
Reference in a new issue