- Documentation for ob_get_level

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63755 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2001-12-03 07:46:09 +00:00
parent ce4f7ec8dd
commit 6a861908e6

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.21 $ -->
<!-- $Revision: 1.22 $ -->
<reference id="ref.outcontrol">
<title>Output Control Functions</title>
<titleabbrev>Output Control</titleabbrev>
@ -260,6 +260,31 @@ ob_end_flush();
</refsect1>
</refentry>
<refentry id="function.ob-get-level">
<refnamediv>
<refname>ob_get_level</refname>
<refpurpose>
Return the nesting level of the output buffering mechanism
</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<funcsynopsis>
<funcprototype>
<funcdef>int <function>ob_get_level</function></funcdef>
<void/>
</funcprototype>
</funcsynopsis>
<para>
This will return the level of nested output buffering handlers.
</para>
<para>
See also <function>ob_start</function> and
<function>ob_get_contents</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.ob-gzhandler">
<refnamediv>
<refname>ob_gzhandler</refname>