[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 353 lignes (11 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Horde_Compress_tnef:: (7 méthodes):
decompress()
_getx()
_geti()
_decodeAttribute()
_extractMapiAttributes()
_decodeMessage()
_decodeAttachment()
Classe: Horde_Compress_tnef - X-Ref
The Horde_Compress_tnef class allows MS-TNEF data to be displayed.decompress($data, $params = array() X-Ref |
Decompress the data. param: string $data The data to decompress. param: array $params An array of arguments needed to decompress the return: mixed The decompressed data. |
_getx(&$data, $bits) X-Ref |
TODO param: string &$data The data string. param: integer $bits How many bits to retrieve. return: TODO |
_geti(&$data, $bits) X-Ref |
TODO param: string &$data The data string. param: integer $bits How many bits to retrieve. return: TODO |
_decodeAttribute(&$data, $attribute) X-Ref |
TODO param: string &$data The data string. param: string $attribute TODO |
_extractMapiAttributes($data, &$attachment_data) X-Ref |
TODO param: string $data The data string. param: array &$attachment_data TODO |
_decodeMessage(&$data) X-Ref |
TODO param: string &$data The data string. |
_decodeAttachment(&$data, &$attachment_data) X-Ref |
TODO param: string &$data The data string. param: array &$attachment_data TODO |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |