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

#include <file.h>

Data Fields

int pclose_ret
 
size_t def_chunk_size
 
bool auto_detect_line_endings
 
zend_long default_socket_timeout
 
char * user_agent
 
char * from_address
 
const char * user_stream_current_filename
 
php_stream_contextdefault_context
 
HashTablestream_wrappers
 
HashTablestream_filters
 
HashTablewrapper_errors
 
int pclose_wait
 

Detailed Description

Definition at line 93 of file file.h.

Field Documentation

◆ auto_detect_line_endings

bool php_file_globals::auto_detect_line_endings

Definition at line 96 of file file.h.

◆ def_chunk_size

size_t php_file_globals::def_chunk_size

Definition at line 95 of file file.h.

◆ default_context

php_stream_context* php_file_globals::default_context

Definition at line 101 of file file.h.

◆ default_socket_timeout

zend_long php_file_globals::default_socket_timeout

Definition at line 97 of file file.h.

◆ from_address

char* php_file_globals::from_address

Definition at line 99 of file file.h.

◆ pclose_ret

int php_file_globals::pclose_ret

Definition at line 94 of file file.h.

◆ pclose_wait

int php_file_globals::pclose_wait

Definition at line 105 of file file.h.

◆ stream_filters

HashTable* php_file_globals::stream_filters

Definition at line 103 of file file.h.

◆ stream_wrappers

HashTable* php_file_globals::stream_wrappers

Definition at line 102 of file file.h.

◆ user_agent

char* php_file_globals::user_agent

Definition at line 98 of file file.h.

◆ user_stream_current_filename

const char* php_file_globals::user_stream_current_filename

Definition at line 100 of file file.h.

◆ wrapper_errors

HashTable* php_file_globals::wrapper_errors

Definition at line 104 of file file.h.


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