Home
last modified time | relevance | path

Searched defs:zip (Results 1 – 6 of 6) sorted by last modified time

/PHP-5.5/ext/zip/
H A Dphp_zip.c1262 zval * zip; in PHP_NAMED_FUNCTION() local
1323 zval * zip; in PHP_NAMED_FUNCTION() local
2779 static PHP_MINIT_FUNCTION(zip) in PHP_MINIT_FUNCTION() argument
2869 static PHP_MSHUTDOWN_FUNCTION(zip) in PHP_MSHUTDOWN_FUNCTION() argument
2881 static PHP_MINFO_FUNCTION(zip) in PHP_MINFO_FUNCTION() argument
/PHP-5.5/ext/zip/lib/
H A Dzipint.h183 struct zip { struct
186 struct zip_error error; /* error information */ argument
193 struct zip_cdir *cdir; /* central directory */ argument
195 int ch_comment_len; /* length of changed zip archive argument
197 zip_uint64_t nentry; /* number of entries */ argument
198 zip_uint64_t nentry_alloc; /* number of entries allocated */ argument
199 struct zip_entry *entry; /* entries */ argument
202 struct zip_file **file; /* opened files within archive */ argument
205 /* file in zip archive, part of API */ argument
/PHP-5.5/ext/zip/examples/
H A Doldapi.php3 $zip = zip_open('examples/test1.zip'); variable
H A Dcreate.php8 $zip = new ZipArchive(); variable
H A Dextract.php6 $zip = new ZipArchive(); variable
H A DextractAll.php2 $zip = new ZipArchive(); variable

Completed in 44 milliseconds