add available callbacks to see also

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166281 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2004-08-13 14:03:24 +00:00
parent 2620da2b62
commit a8e108cc53

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
<refentry id="function.ob-start">
<refnamediv>
@ -132,8 +132,10 @@ ob_end_flush();
See also <function>ob_get_contents</function>,
<function>ob_end_flush</function>,
<function>ob_end_clean</function>,
<function>ob_implicit_flush</function> and
<function>ob_gzhandler</function>.
<function>ob_implicit_flush</function>,
<function>ob_gzhandler</function>, <function>ob_iconv_handler</function>
<function>mb_output_handler</function>, and
<function>ob_tidyhandler</function>.
</para>
</refsect1>
</refentry>