Element index for package Buffer

[ b ] [ c ] [ f ] [ g ] [ s ] [ _ ]



'_'

__construct
in file Buffer.class.php, method Gumbo_Buffer::__construct()
    Constructor - starts the buffer
__destruct
in file Buffer.class.php, method Gumbo_Buffer::__destruct()
    Destructor - ends the buffer
top



'b'

Buffer.class.php
procedural page Buffer.class.php
Buffer.class.php
procedural page Buffer.class.php
top



'c'

clean
in file Buffer.class.php, method Gumbo_Buffer::clean()
    Cleans the output buffer: ob_clean ()
clean
in file Buffer.class.php, method Gumbo_Interface_Buffer::clean()
    Cleans the output buffer: ob_clean()
contents
in file Buffer.class.php, method Gumbo_Buffer::contents()
    Returns the contents of the buffer: ob_get_contents ()
contents
in file Buffer.class.php, method Gumbo_Interface_Buffer::contents()
    Returns the contents of the buffer: ob_get_contents()
top



'f'

flush
in file Buffer.class.php, method Gumbo_Buffer::flush()
    Flushes the contents of the buffer to the browser: ob_flush ()
flush
in file Buffer.class.php, method Gumbo_Interface_Buffer::flush()
    Flushes the contents of the buffer to the browser: ob_flush()
top



'g'

Gumbo_Buffer
in file Buffer.class.php, class Gumbo_Buffer
    Buffer Class
Gumbo_Interface_Buffer
in file Buffer.class.php, class Gumbo_Interface_Buffer
    Buffer Interface
top



's'

size
in file Buffer.class.php, method Gumbo_Buffer::size()
    Returns the size of the buffer: ob_get_length ()
size
in file Buffer.class.php, method Gumbo_Interface_Buffer::size()
    Returns the size of the buffer: ob_get_length()
top