Join our community in the tech forums for uncut technology discussion.
ob_get_status
(PHP 4 >= 4.2.0, PHP 5) ob_get_status --
Get status of output buffers
Descriptionarray ob_get_status ( [bool full_status] ) | Warning | This function is
EXPERIMENTAL. The behaviour of this function, the
name of this function, and anything else documented about this
function may change without notice in a future release of PHP.
Use this function at your own risk. |
This will return the current status of output buffers. It returns
array contains buffer status or FALSE for error.
See also ob_get_level().
Join our community in the tech forums for uncut technology discussion.
|