The fields inside the array returned by ob_get_status() are:
Array
(
    [name] => default output handler
    [type] => 0
    [flags] => 112
    [level] => 1
    [chunk_size] => 0
    [buffer_size] => 16384
    [buffer_used] => 0
)
These values are filled just after the function ob_start()