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.
Show file
Open project: horde/horde
Public Properties
Protected Properties
Public Methods
Method Details
decompress()
public method
public decompress ( $data, array $params = [] ) : array |
$params |
array |
|
return |
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 property
protected array $_methods |
return |
array |
|
$canDecompress public property