Public Member Functions | |
__construct ($cmdBinPath= '/usr/bin/unzip') | |
open ($sourceFile) | |
| |
readFile ($fileName) | |
Private Attributes | |
$zipArchive = null |
Definition at line 18 of file InfoZipArchive.class.php.
InfoZipArchive::__construct | ( | $ | cmdBinPath = '/usr/bin/unzip' |
) |
Reimplemented from FileArchive.
Definition at line 22 of file InfoZipArchive.class.php.
References FileArchive::$cmdBinPath.
InfoZipArchive::open | ( | $ | sourceFile | ) |
Reimplemented from FileArchive.
Definition at line 40 of file InfoZipArchive.class.php.
References FileArchive::$sourceFile.
Referenced by readFile().
InfoZipArchive::readFile | ( | $ | fileName | ) |
Reimplemented from FileArchive.
Definition at line 56 of file InfoZipArchive.class.php.
References FileArchive::execStdoutOptions(), and open().
InfoZipArchive::$zipArchive = null [private] |
Definition at line 20 of file InfoZipArchive.class.php.