php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
select.h File Reference
#include "php_network.h"

Go to the source code of this file.

Functions

PHPAPI int php_select (php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *tv)
 

Function Documentation

◆ php_select()

PHPAPI int php_select ( php_socket_t max_fd,
fd_set * rfds,
fd_set * wfds,
fd_set * efds,
struct timeval * tv )

Definition at line 31 of file select.c.