InfoZipArchive Class Reference

PECL ZipArchive proxy with Info-Zip wrapper. More...

Inheritance diagram for InfoZipArchive:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 __construct ($cmdBinPath= '/usr/bin/unzip')
 open ($sourceFile)
 
Returns:
FileArchive

 readFile ($fileName)

Private Attributes

 $zipArchive = null


Detailed Description

PECL ZipArchive proxy with Info-Zip wrapper.

See also:
http://pecl.php.net/package/zip

Definition at line 18 of file InfoZipArchive.class.php.


Constructor & Destructor Documentation

InfoZipArchive::__construct ( cmdBinPath = '/usr/bin/unzip'  ) 

Reimplemented from FileArchive.

Definition at line 22 of file InfoZipArchive.class.php.

References FileArchive::$cmdBinPath.


Member Function Documentation

InfoZipArchive::open ( sourceFile  ) 

Returns:
FileArchive

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().

Here is the call graph for this function:


Member Data Documentation

InfoZipArchive::$zipArchive = null [private]

Definition at line 20 of file InfoZipArchive.class.php.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:57:47 2007 for onPHP by  doxygen 1.5.4