php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zip_options Struct Reference

Data Fields

zend_long remove_all_path
 
char * remove_path
 
size_t remove_path_len
 
char * add_path
 
size_t add_path_len
 
zip_flags_t flags
 
zip_int32_t comp_method
 
zip_uint32_t comp_flags
 

Detailed Description

Definition at line 341 of file php_zip.c.

Field Documentation

◆ add_path

char* zip_options::add_path

Definition at line 345 of file php_zip.c.

◆ add_path_len

size_t zip_options::add_path_len

Definition at line 346 of file php_zip.c.

◆ comp_flags

zip_uint32_t zip_options::comp_flags

Definition at line 349 of file php_zip.c.

◆ comp_method

zip_int32_t zip_options::comp_method

Definition at line 348 of file php_zip.c.

◆ flags

zip_flags_t zip_options::flags

Definition at line 347 of file php_zip.c.

◆ remove_all_path

zend_long zip_options::remove_all_path

Definition at line 342 of file php_zip.c.

◆ remove_path

char* zip_options::remove_path

Definition at line 343 of file php_zip.c.

◆ remove_path_len

size_t zip_options::remove_path_len

Definition at line 344 of file php_zip.c.


The documentation for this struct was generated from the following file: