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

#include <php_zlib.h>

Data Fields

z_stream Z
 
char * inflateDict
 
int status
 
size_t inflateDictlen
 
php_zlib_buffer buffer
 
zend_object std
 

Detailed Description

Definition at line 44 of file php_zlib.h.

Field Documentation

◆ buffer

php_zlib_buffer _php_zlib_context::buffer

Definition at line 49 of file php_zlib.h.

◆ inflateDict

char* _php_zlib_context::inflateDict

Definition at line 46 of file php_zlib.h.

◆ inflateDictlen

size_t _php_zlib_context::inflateDictlen

Definition at line 48 of file php_zlib.h.

◆ status

int _php_zlib_context::status

Definition at line 47 of file php_zlib.h.

◆ std

zend_object _php_zlib_context::std

Definition at line 50 of file php_zlib.h.

◆ Z

z_stream _php_zlib_context::Z

Definition at line 45 of file php_zlib.h.


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