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