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

#include <pharzip.h>

Data Fields

char signature [4]
 
char madeby [2]
 
char zipversion [2]
 
char flags [2]
 
char compressed [2]
 
char timestamp [2]
 
char datestamp [2]
 
char crc32 [4]
 
char compsize [4]
 
char uncompsize [4]
 
char filename_len [2]
 
char extra_len [2]
 
char comment_len [2]
 
char disknumber [2]
 
char internal_atts [2]
 
char external_atts [4]
 
char offset [4]
 

Detailed Description

Definition at line 156 of file pharzip.h.

Field Documentation

◆ comment_len

char _phar_zip_central_dir_file::comment_len[2]

Definition at line 169 of file pharzip.h.

◆ compressed

char _phar_zip_central_dir_file::compressed[2]

Definition at line 161 of file pharzip.h.

◆ compsize

char _phar_zip_central_dir_file::compsize[4]

Definition at line 165 of file pharzip.h.

◆ crc32

char _phar_zip_central_dir_file::crc32[4]

Definition at line 164 of file pharzip.h.

◆ datestamp

char _phar_zip_central_dir_file::datestamp[2]

Definition at line 163 of file pharzip.h.

◆ disknumber

char _phar_zip_central_dir_file::disknumber[2]

Definition at line 170 of file pharzip.h.

◆ external_atts

char _phar_zip_central_dir_file::external_atts[4]

Definition at line 172 of file pharzip.h.

◆ extra_len

char _phar_zip_central_dir_file::extra_len[2]

Definition at line 168 of file pharzip.h.

◆ filename_len

char _phar_zip_central_dir_file::filename_len[2]

Definition at line 167 of file pharzip.h.

◆ flags

char _phar_zip_central_dir_file::flags[2]

Definition at line 160 of file pharzip.h.

◆ internal_atts

char _phar_zip_central_dir_file::internal_atts[2]

Definition at line 171 of file pharzip.h.

◆ madeby

char _phar_zip_central_dir_file::madeby[2]

Definition at line 158 of file pharzip.h.

◆ offset

char _phar_zip_central_dir_file::offset[4]

Definition at line 173 of file pharzip.h.

◆ signature

char _phar_zip_central_dir_file::signature[4]

Definition at line 157 of file pharzip.h.

◆ timestamp

char _phar_zip_central_dir_file::timestamp[2]

Definition at line 162 of file pharzip.h.

◆ uncompsize

char _phar_zip_central_dir_file::uncompsize[4]

Definition at line 166 of file pharzip.h.

◆ zipversion

char _phar_zip_central_dir_file::zipversion[2]

Definition at line 159 of file pharzip.h.


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