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

Go to the source code of this file.

Macros

#define SAFE_FD_ISSET(fd, set)
 

Functions

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

Macro Definition Documentation

◆ SAFE_FD_ISSET

#define SAFE_FD_ISSET ( fd,
set )
Value:
(set != NULL && FD_ISSET(fd, set))
#define NULL
Definition gdcache.h:45
int fd
Definition phpdbg.h:282

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.