ob_get_length

ob_get_length -- Vrátit délku výstupního buffer

Popis

string ob_get_length ( void)

Tato funkce vrátí délku obsahu výstupního bufferu nebo This will return the length of the contents in the output buffer , nebo FALSE , pokud bufferování výstupu není aktivováno .

Viz také ob_start( ) a ob_get_contents( ) .