(unknown)
int ob_get_length(void);
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().
Note: This function was added in PHP 4.0.2.