mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Bypassing output_callback
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166572 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
58ccfeb959
commit
7088521493
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ob-start">
|
||||
<refnamediv>
|
||||
|
@ -63,6 +63,8 @@
|
|||
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.
|
||||
You can bypass the <parameter>output_callback</parameter> parameter by
|
||||
&null; value.
|
||||
</para>
|
||||
<para>
|
||||
If the optional parameter <parameter>erase</parameter> is set to &false;,
|
||||
|
|
Loading…
Reference in a new issue