From 6a861908e681933add8e610f874cb72e708cbee6 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 3 Dec 2001 07:46:09 +0000 Subject: [PATCH] - Documentation for ob_get_level git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63755 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/outcontrol.xml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/functions/outcontrol.xml b/functions/outcontrol.xml index e8a0bf8e3e..9381ded457 100644 --- a/functions/outcontrol.xml +++ b/functions/outcontrol.xml @@ -1,5 +1,5 @@ - + Output Control Functions Output Control @@ -260,6 +260,31 @@ ob_end_flush(); + + + ob_get_level + + Return the nesting level of the output buffering mechanism + + + + Description + + + int ob_get_level + + + + + This will return the level of nested output buffering handlers. + + + See also ob_start and + ob_get_contents. + + + + ob_gzhandler