[ Index ] |
|
Code source de PHP PEAR 1.4.5 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 215 lignes (7 kb) |
Inclus ou requis: | 1 fois |
Référencé: | 0 fois |
Nécessite: | 1 fichier Cache.php |
Cache_Output:: (6 méthodes):
_Cache_Output()
start()
end()
endPrint()
printContent()
endGet()
Classe: Cache_Output - X-Ref
Class to cache the output of a script using the output buffering functions_Cache_Output() X-Ref |
PEAR-Deconstructor Call deconstructor of parent |
start($id, $group = 'default') X-Ref |
starts the output buffering and returns an empty string or returns the cached output from the cache. param: string dataset ID param: string cache group return: string |
end($expire = 0, $userdata = '') X-Ref |
Pas de description |
endPrint($expire = 0, $userdata = '') X-Ref |
Stores the content of the output buffer into the cache and prints the content. |
printContent($content = '') X-Ref |
Sends the data to the user. This is for compatibility with OutputCompression param: string |
endGet() X-Ref |
Returns the content of the output buffer but does not store it into the cache. Use this method if the content of your script is markup (XML) that has to be parsed/converted (XSLT) before you can output and store it into the cache using save(). return: string |
Généré le : Sun Feb 25 14:08:00 2007 | par Balluche grâce à PHPXref 0.7 |