From 35a07d471a6b2c300c0e8b6d2568f4345d1e17d7 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Fri, 25 Aug 2000 03:16:54 +0000 Subject: [PATCH] Documented ob_get_length(). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31168 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/math.xml | 2 +- functions/strings.xml | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/functions/math.xml b/functions/math.xml index 6e0bc3aa4e..b1ed38ec82 100644 --- a/functions/math.xml +++ b/functions/math.xml @@ -250,7 +250,7 @@ Description - strin base_convert + string base_convert string number int frombase int tobase diff --git a/functions/strings.xml b/functions/strings.xml index 5223c4a127..51e0e18cf5 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1090,12 +1090,46 @@ $colon_separated = implode (":", $array); See also ob_start, + ob_get_length, and ob_end_flush, and ob_end_clean. + + + ob_get_length + + Return the length of the output buffer + + + + Description + + + int ob_get_length + + + + + This will return the length of the output buffer, or FALSE, if + output buffering isn't active. + + + See also ob_start, + ob_get_contents, and + ob_end_flush, and + ob_end_clean. + + + + This function was added in PHP 4.0.2. + + + + + ob_end_flush