Zip
PHP Manual

ZipArchive sınıfı

(PHP 5 >= 5.2.0, PECL zip >= 1.1.0)

Giriş

Zip ile sıkıştırılmış bir dosya arşivi.

Sınıf Sözdizimi

ZipArchive {
/* Özellikler */
/* Yöntemler */
bool addEmptyDir ( string $dizin )
bool addFile ( string $dosya [, string $yerel_isim ] )
bool addFromString ( string $isim , string $içerik )
bool addGlob ( string $pattern [, int $flags = 0 [, array $options = array() ]] )
bool addPattern ( string $pattern [, string $path = "." [, array $options = array() ]] )
bool close ( void )
bool deleteIndex ( int $indis )
bool deleteName ( string $isim )
bool extractTo ( string $hedef [, mixed $girdiler ] )
string getArchiveComment ( void )
string getCommentIndex ( int $indis [, int $seçenekler ] )
string getCommentName ( string $isim [, int $seçenekler ] )
bool GetExternalAttributesIndex ( int $index , int &$opsys , int &$attr [, int $flags ] )
bool getExternalAttributesName ( string $name , int &$opsys , int &$attr [, int $flags ] )
mixed getFromIndex ( int $indis [, int $seçenekler ] )
mixed getFromName ( string $isim [, int $seçenekler ] )
string getNameIndex ( int $indis )
string GetStatusString ( void )
resource getStream ( string $name )
mixed locateName ( string $isim [, int $seçenekler ] )
mixed open ( string $dosya [, int $seçenekler ] )
bool renameIndex ( int $indis , string $yeni_isim )
bool renameName ( string $isim , string $yenisi )
mixed setArchiveComment ( string $açıklama )
mixed setCommentIndex ( int $indis , string $açıklama )
mixed setCommentName ( string $isim , string $açıklama )
bool setExternalAttributesIndex ( int $index , int $opsys , int $attr [, int $flags ] )
bool setExternalAttributesName ( string $name , int $opsys , int $attr [, int $flags ] )
mixed statIndex ( int $indis [, int $seçenekler ] )
mixed statName ( name $isim [, int $seçenekler ] )
mixed unchangeAll ( void )
mixed unchangeArchive ( void )
mixed unchangeIndex ( int $indis )
mixed unchangeName ( string $isim )
}

Özellikler

status

Zip Arşivinin durumu

statusSys

Zip Arşivinin sistem durumu

numFiles

Arşivdeki dosya sayısı

filename

Dosya sistemindeki dosya ismi

comment

Arşivle ilgili açıklama

İçindekiler


Zip
PHP Manual