[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Horde/MIME/Viewer/ -> rar.php (sommaire)

(pas de description)

Poids: 202 lignes (7 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

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 HTML
format.

$Horde: framework/MIME/MIME/Viewer/rar.php,v 1.18.10.9 2006/01/01 21:28:25 jan Exp $

Copyright 1999-2006 Anil Madhavapeddy <anil@recoil.org>
Copyright 2002-2006 Michael Cochrane <mike@graftonhall.co.nz>

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

render($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