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

#include <pharzip.h>

Data Fields

char signature [4]
 
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]
 

Detailed Description

Definition at line 20 of file pharzip.h.

Field Documentation

◆ compressed

char _phar_zip_file_header::compressed[2]

Definition at line 24 of file pharzip.h.

◆ compsize

char _phar_zip_file_header::compsize[4]

Definition at line 28 of file pharzip.h.

◆ crc32

char _phar_zip_file_header::crc32[4]

Definition at line 27 of file pharzip.h.

◆ datestamp

char _phar_zip_file_header::datestamp[2]

Definition at line 26 of file pharzip.h.

◆ extra_len

char _phar_zip_file_header::extra_len[2]

Definition at line 31 of file pharzip.h.

◆ filename_len

char _phar_zip_file_header::filename_len[2]

Definition at line 30 of file pharzip.h.

◆ flags

char _phar_zip_file_header::flags[2]

Definition at line 23 of file pharzip.h.

◆ signature

char _phar_zip_file_header::signature[4]

Definition at line 21 of file pharzip.h.

◆ timestamp

char _phar_zip_file_header::timestamp[2]

Definition at line 25 of file pharzip.h.

◆ uncompsize

char _phar_zip_file_header::uncompsize[4]

Definition at line 29 of file pharzip.h.

◆ zipversion

char _phar_zip_file_header::zipversion[2]

Definition at line 22 of file pharzip.h.


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