PHP Class Horde_Compress_Rar, horde
Copyright 2008-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.
Afficher le fichier
Open project: horde/horde
Méthodes publiques
Protected Properties
Méthodes publiques
Method Details
decompress()
public méthode
public decompress ( $data, array $params = [] ) : array |
$params |
array |
|
Résultat |
array |
Info on the compressed file:
KEY: Position in RAR archive
VALUES:
attr - File attributes
date - File modification time
csize - Compressed file size
method - Compression method
name - Filename
size - Original file size
|
Property Details
$_methods protected_oe property
protected array $_methods |
Résultat |
array |
|
$canDecompress public_oe property