downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

zip_open> <zip_entry_open
[edit] Last updated: Fri, 17 May 2013

view this page in

zip_entry_read

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)

zip_entry_readLegge da una voce directory aperta

Descrizione

string zip_entry_read ( resource $zip_entry [, int $length ] )

Legge da una voce directory aperta.

Elenco dei parametri

zip_entry

Una voce directory restituita da zip_read().

length

Il numero di byte da restituire. Se non è specificato, questa funzione tenterà di leggere 1024 byte.

Nota:

Questa dovrebbe essere la lunghezza non compressa che si desidera leggere.

Valori restituiti

Restituisce i dati letti, o FALSE se viene raggiunta la fine del file.

Vedere anche:



add a note add a note User Contributed Notes zip_entry_read - [1 notes]
up
0
Matt
7 years ago
When reading from a zip file if the initial call to zip_entry_read() returns false it would be advisable to run mkdir with the file name since it it very likely that the zero length file was a directory and attempts to save the files within the directory will fail if you dont create it first

 
show source | credits | stats | sitemap | contact | advertising | mirror sites