PHP handleiding

PHP TUIS PHP Inleiding PHP installeer PHP sintaksis PHP opmerkings PHP veranderlikes PHP Echo / Druk PHP datatipes PHP Strings PHP-nommers PHP Wiskunde PHP konstante PHP-operateurs PHP As...Anders...Elseif PHP skakelaar PHP-lusse PHP funksies PHP-skikkings PHP Superglobals PHP RegEx

PHP- vorms

PHP-vormhantering PHP-vorm validering PHP-vorm word vereis PHP-vorm URL/e-pos PHP-vorm voltooi

PHP Gevorderd

PHP datum en tyd PHP sluit in PHP-lêerhantering PHP-lêer oop/lees PHP-lêer skep/skryf PHP-lêer oplaai PHP-koekies PHP-sessies PHP filters PHP-filters Gevorderd PHP-terugbelfunksies PHP JSON PHP-uitsonderings

PHP OOP

PHP Wat is OOP PHP Klasse/Objekte PHP Konstrukteur PHP vernietiger PHP Toegangswysigers PHP erfenis PHP konstante PHP Abstrakte Klasse PHP-koppelvlakke PHP eienskappe PHP statiese metodes PHP Statiese Eienskappe PHP naamruimtes PHP Iterables

MySQL- databasis

MySQL-databasis MySQL Connect MySQL Skep DB MySQL Skep tabel MySQL Voeg data in MySQL Kry Laaste ID MySQL Voeg veelvuldige in MySQL voorberei MySQL Kies Data MySQL Waar MySQL Bestel deur MySQL verwyder data MySQL-opdateringsdata MySQL-limietdata

PHP XML

PHP XML-ontleders PHP SimpleXML-ontleder PHP SimpleXML - Kry PHP XML Expat PHP XML DOM

PHP - AJAX

AJAX Intro AJAX PHP AJAX-databasis AJAX XML AJAX Live Search AJAX-peiling

PHP voorbeelde

PHP voorbeelde PHP samesteller PHP vasvra PHP Oefeninge PHP-sertifikaat

PHP- verwysing

PHP Oorsig PHP Skikking PHP-kalender PHP datum PHP gids PHP fout PHP-uitsondering PHP lêerstelsel PHP filter PHP FTP PHP JSON PHP sleutelwoorde PHP Libxml PHP-pos PHP Wiskunde PHP Diverse PHP MySQLi PHP-netwerk PHP-uitsetbeheer PHP RegEx PHP SimpleXML PHP-stroom PHP-string PHP veranderlike hantering PHP XML-ontleder PHP zip PHP Tydsones

PHP zip- funksies


PHP Zip Inleiding

Die Zip-lêers-funksies laat jou toe om ZIP-lêers te lees.


Vereistes

Die zip-uitbreiding vereis libzip .


Installasie

Linux-stelsels

Vir hierdie funksies om te werk, moet jy PHP saamstel met --enable-zip.

PHP 5.6: Gebruik die --with-libzip=DIR konfigurasie opsie om 'n stelsel libzip installasie te gebruik. libzip weergawe 0.11 word vereis, met 0.11.2 of later aanbeveel.

PHP 7.3: Bou teen die gebundelde libzip word ontmoedig, maar steeds moontlik deur --without-libzip by die konfigurasie te voeg.

Windows-stelsels

Voor PHP 5.3: Gebruikers moet "php_zip.dll" binne "php.ini" aktiveer vir hierdie funksies om te werk.

Vanaf PHP 5.3: Die zip-uitbreiding is ingebou.


PHP zip-funksies

Function Description
zip_close() Closes a ZIP file archive
zip_entry_close() Closes a ZIP directory entry
zip_entry_compressedsize() Returns the compressed file size of a ZIP directory entry
zip_entry_compressionmethod() Returns the compression method of a ZIP directory entry
zip_entry_filesize() Returns the actual file size of a ZIP directory entry
zip_entry_name() Returns the name of a ZIP directory entry
zip_entry_open() Opens a directory entry in a ZIP file for reading
zip_entry_read() Reads from an open directory entry in the ZIP file
zip_open() Opens a ZIP file archive
zip_read() Reads the next file in a open ZIP file archive