Searched refs:za (Results 1 – 9 of 9) sorted by relevance
6 $za = new ZipArchive(); variable8 $za->open('test_with_comment.zip');9 print_r($za);10 var_dump($za);11 echo "numFiles: " . $za->numFiles . "\n";12 echo "status: " . $za->status . "\n";14 echo "filename: " . $za->filename . "\n";15 echo "comment: " . $za->comment . "\n";17 for ($i=0; $i<$za->numFiles;$i++) {19 print_r($za->statIndex($i));[all …]
13 $za = new ZipArchive;14 $za->open($dir . '/__14962.zip', ZIPARCHIVE::CREATE);15 $za->addFromString($file, '1234');16 $za->close();21 $za = new ZipArchive;22 $za->open($dir . '/__14962.zip');23 $za->extractTo($dir, NULL);24 $za->close();
12 $za = new ZipArchive();13 $res =$za->open($zipname);15 $finfo=$za->statName($filename);19 $contents=$za->getFromName($filename);30 $za->close();
37 struct zip *za; member103 if (self->za) { in php_zip_ops_close()105 self->za = NULL; in php_zip_ops_close()131 struct zip *za; in php_zip_ops_stat() local169 if (za) { in php_zip_ops_stat()172 zip_close(za); in php_zip_ops_stat()176 zip_close(za); in php_zip_ops_stat()274 struct zip *za; in php_stream_zip_opener() local314 if (za) { in php_stream_zip_opener()327 self->za = za; in php_stream_zip_opener()[all …]
310 zip_error_clear(za); in php_zip_add_file()376 intern = obj->za; \472 if (za) { in php_zipobj_get_zip_comment()1038 if (intern->za) { in php_zip_object_free_storage()1056 intern->za = NULL; in php_zip_object_free_storage()1087 if (zip_int->za) { in php_zip_free_dir()1091 zip_int->za = NULL; in php_zip_free_dir()1464 if (ze_obj->za) {1471 ze_obj->za = NULL;1501 ze_obj->za = intern;[all …]
41 struct zip *za; member58 struct zip *za; member
7 $email_address = "test@xn--example--7za.de"; // "example-ä.de"11 string(24) "test@xn--example--7za.de"
1744 # From: Greg Wildman <greg@apple2.org.za>1768 # From: Greg Wildman <greg@apple2.org.za>1810 # Update: Greg Wildman <greg@apple2.org.za>
Completed in 98 milliseconds