mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
2620da2b62
commit
a8e108cc53
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue