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

#include <phar_internal.h>

Data Fields

phar_archive_dataphar
 
php_streamfp
 
zend_off_t position
 
zend_off_t zero
 
phar_entry_infointernal_file
 

Detailed Description

Definition at line 338 of file phar_internal.h.

Field Documentation

◆ fp

php_stream* _phar_entry_data::fp

Definition at line 340 of file phar_internal.h.

◆ internal_file

phar_entry_info* _phar_entry_data::internal_file

Definition at line 345 of file phar_internal.h.

◆ phar

phar_archive_data* _phar_entry_data::phar

Definition at line 339 of file phar_internal.h.

◆ position

zend_off_t _phar_entry_data::position

Definition at line 342 of file phar_internal.h.

◆ zero

zend_off_t _phar_entry_data::zero

Definition at line 344 of file phar_internal.h.


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