[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 202 lignes (7 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
MIME_Viewer_rar:: (4 méthodes):
render()
getType()
checkRarData()
getRarData()
Classe: MIME_Viewer_rar - X-Ref
The MIME_Viewer_rar class renders out the contents of .rar archives in HTMLrender($params = array() X-Ref |
Render out the currently set contents using rar. param: array $params Any parameters the Viewer may need. return: string The rendered contents. |
getType() X-Ref |
Returns the MIME type of this part. return: string The MIME type of this part. |
checkRarData(&$data) X-Ref |
Checks to see if the data is a valid Rar archive. param: string &$data The rar archive data. return: boolean True if valid, false if invalid. |
getRarData(&$data) X-Ref |
Get the list of files/data from the rar archive. param: string &$data The rar archive data. return: array KEY: Position in RAR archive |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |