mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
chunk_size flushes buffer, newline is not needed (bug #42660)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246628 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
637b01bb16
commit
2f2f95ba7c
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ob-start">
|
||||
<refnamediv>
|
||||
<refname>ob_start</refname>
|
||||
|
@ -107,8 +107,8 @@
|
|||
<listitem>
|
||||
<para>
|
||||
If the optional parameter <parameter>chunk_size</parameter> is passed, the
|
||||
callback function is called on every first newline after
|
||||
<parameter>chunk_size</parameter> bytes of output.
|
||||
buffer will be flushed after any output call which causes the buffer's
|
||||
length to equal or exceed <parameter>chunk_size</parameter>.
|
||||
Default value 0 means that the function is called only in the end,
|
||||
other special value 1 sets <parameter>chunk_size</parameter> to 4096.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue