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:
Jakub Vrana 2004-08-17 08:14:10 +00:00
parent 58ccfeb959
commit 7088521493

View file

@ -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;,