php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | php_gz_stream_data_t |
Macros | |
#define | _GNU_SOURCE |
Functions | |
php_stream * | php_stream_gzopen (php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) |
Variables | |
const php_stream_ops | php_stream_gzio_ops |
const php_stream_wrapper | php_stream_gzip_wrapper |
#define _GNU_SOURCE |
Definition at line 19 of file zlib_fopen_wrapper.c.
php_stream * php_stream_gzopen | ( | php_stream_wrapper * | wrapper, |
const char * | path, | ||
const char * | mode, | ||
int | options, | ||
zend_string ** | opened_path, | ||
php_stream_context *context | STREAMS_DC ) |
Definition at line 139 of file zlib_fopen_wrapper.c.
const php_stream_ops php_stream_gzio_ops |
Definition at line 129 of file zlib_fopen_wrapper.c.
const php_stream_wrapper php_stream_gzip_wrapper |
Definition at line 210 of file zlib_fopen_wrapper.c.