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

#include <php_zip.h>

Data Fields

struct zip * za
 
char ** buffers
 
HashTableprop_handler
 
char * filename
 
int filename_len
 
int buffers_cnt
 
zip_int64_t last_id
 
int err_zip
 
int err_sys
 
zend_object zo
 

Detailed Description

Definition at line 69 of file php_zip.h.

Field Documentation

◆ buffers

char** _ze_zip_object::buffers

Definition at line 71 of file php_zip.h.

◆ buffers_cnt

int _ze_zip_object::buffers_cnt

Definition at line 75 of file php_zip.h.

◆ err_sys

int _ze_zip_object::err_sys

Definition at line 78 of file php_zip.h.

◆ err_zip

int _ze_zip_object::err_zip

Definition at line 77 of file php_zip.h.

◆ filename

char* _ze_zip_object::filename

Definition at line 73 of file php_zip.h.

◆ filename_len

int _ze_zip_object::filename_len

Definition at line 74 of file php_zip.h.

◆ last_id

zip_int64_t _ze_zip_object::last_id

Definition at line 76 of file php_zip.h.

◆ prop_handler

HashTable* _ze_zip_object::prop_handler

Definition at line 72 of file php_zip.h.

◆ za

struct zip* _ze_zip_object::za

Definition at line 70 of file php_zip.h.

◆ zo

zend_object _ze_zip_object::zo

Definition at line 85 of file php_zip.h.


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