Go to the source code of this file.
◆ MSG_DONTWAIT
◆ MSG_PEEK
◆ XP_SOCK_BUF_SIZE
#define XP_SOCK_BUF_SIZE |
( |
| sz | ) |
|
◆ php_stream_generic_socket_factory()
PHPAPI php_stream * php_stream_generic_socket_factory |
( |
const char * | proto, |
|
|
size_t | protolen, |
|
|
const char * | resourcename, |
|
|
size_t | resourcenamelen, |
|
|
const char * | persistent_id, |
|
|
int | options, |
|
|
int | flags, |
|
|
struct timeval * | timeout, |
|
|
php_stream_context *context | STREAMS_DC ) |
◆ php_stream_generic_socket_ops
Initial value:= {
php_sockop_write, php_sockop_read,
php_sockop_close, php_sockop_flush,
"generic_socket",
php_sockop_cast,
php_sockop_stat,
php_sockop_set_option,
}
Definition at line 45 of file xp_socket.c.
◆ php_stream_socket_ops
Initial value:= {
php_sockop_write, php_sockop_read,
php_sockop_close, php_sockop_flush,
"tcp_socket",
php_sockop_cast,
php_sockop_stat,
php_tcp_sockop_set_option,
}
Definition at line 46 of file xp_socket.c.