Cheetah
|
Public Member Functions | |
__construct ($in_FileName='') | |
Count () | |
GetData ($in_Index) | |
GetEntry ($in_Index) | |
GetError ($in_Index) | |
GetErrorMsg ($in_Index) | |
GetName ($in_Index) | |
GetPath ($in_Index) | |
GetTime ($in_Index) | |
ReadFile ($in_FileName) | |
Public Attributes | |
$Comment = '' | |
$Entries = array() | |
$Name = '' | |
$Size = 0 | |
$Time = 0 | |
Definition at line 48 of file unzip.lib.php.
SimpleUnzip::__construct | ( | $in_FileName = '' | ) |
Contructor of the class
string | File name |
Definition at line 110 of file unzip.lib.php.
SimpleUnzip::Count | ( | ) |
Counts the entries
Definition at line 125 of file unzip.lib.php.
SimpleUnzip::GetData | ( | $in_Index | ) |
Gets data of the specified ZIP entry
integer | Index of the ZIP entry |
Definition at line 139 of file unzip.lib.php.
SimpleUnzip::GetEntry | ( | $in_Index | ) |
Gets an entry of the ZIP file
integer | Index of the ZIP entry |
Definition at line 153 of file unzip.lib.php.
SimpleUnzip::GetError | ( | $in_Index | ) |
Gets error code for the specified ZIP entry
integer | Index of the ZIP entry |
Definition at line 167 of file unzip.lib.php.
SimpleUnzip::GetErrorMsg | ( | $in_Index | ) |
Gets error message for the specified ZIP entry
integer | Index of the ZIP entry |
Definition at line 181 of file unzip.lib.php.
SimpleUnzip::GetName | ( | $in_Index | ) |
Gets file name for the specified ZIP entry
integer | Index of the ZIP entry |
Definition at line 195 of file unzip.lib.php.
SimpleUnzip::GetPath | ( | $in_Index | ) |
Gets path of the file for the specified ZIP entry
integer | Index of the ZIP entry |
Definition at line 209 of file unzip.lib.php.
SimpleUnzip::GetTime | ( | $in_Index | ) |
Gets file time for the specified ZIP entry
integer | Index of the ZIP entry |
Definition at line 223 of file unzip.lib.php.
SimpleUnzip::ReadFile | ( | $in_FileName | ) |
Reads ZIP file and extracts the entries
string | File name of the ZIP archive |
Definition at line 237 of file unzip.lib.php.
SimpleUnzip::$Comment = '' |
Definition at line 58 of file unzip.lib.php.
SimpleUnzip::$Entries = array() |
Definition at line 69 of file unzip.lib.php.
SimpleUnzip::$Name = '' |
Definition at line 79 of file unzip.lib.php.
SimpleUnzip::$Size = 0 |
Definition at line 89 of file unzip.lib.php.
SimpleUnzip::$Time = 0 |
Definition at line 99 of file unzip.lib.php.