Cache_Lite_Output::end()

Cache_Lite_Output::end() -- Stop the output buffering started by the start() method and store the output to a cache file

Synopsis

require_once 'Cache/Lite/Output.php';

void Cache_Lite_Output::end ()

Beschreibung

Stop the output buffering started by the start() method and store the output to a cache file

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Beispiel