ob_get_length

(unknown)

ob_get_length --  Return the length of the output buffer

Description

int ob_get_length(void);

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.