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

#include <php_network.h>

Data Fields

php_socket_t socket
 
char is_blocked
 
struct timeval timeout
 
char timeout_event
 
size_t ownsize
 

Detailed Description

Definition at line 312 of file php_network.h.

Field Documentation

◆ is_blocked

char _php_netstream_data_t::is_blocked

Definition at line 314 of file php_network.h.

◆ ownsize

size_t _php_netstream_data_t::ownsize

Definition at line 317 of file php_network.h.

◆ socket

php_socket_t _php_netstream_data_t::socket

Definition at line 313 of file php_network.h.

◆ timeout

struct timeval _php_netstream_data_t::timeout

Definition at line 315 of file php_network.h.

◆ timeout_event

char _php_netstream_data_t::timeout_event

Definition at line 316 of file php_network.h.


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