PECL ZipArchive proxy with Info-Zip wrapper. More...
Public Member Functions | |
__construct ($cmdBinPath= '/usr/bin/unzip') | |
open ($sourceFile) | |
readFile ($fileName) | |
Private Attributes | |
$zipArchive = null |
PECL ZipArchive proxy with Info-Zip wrapper.
Definition at line 19 of file InfoZipArchive.class.php.
InfoZipArchive::__construct | ( | $ | cmdBinPath = '/usr/bin/unzip' |
) |
Reimplemented from FileArchive.
Definition at line 23 of file InfoZipArchive.class.php.
References FileArchive::$cmdBinPath.
InfoZipArchive::open | ( | $ | sourceFile | ) |
Reimplemented from FileArchive.
Definition at line 41 of file InfoZipArchive.class.php.
References FileArchive::$sourceFile.
InfoZipArchive::readFile | ( | $ | fileName | ) |
Reimplemented from FileArchive.
Definition at line 57 of file InfoZipArchive.class.php.
References FileArchive::execStdoutOptions().
InfoZipArchive::$zipArchive = null [private] |
Definition at line 21 of file InfoZipArchive.class.php.