php_poll2 1139 main/network.c PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout) php_poll2 140 main/php_network.h # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout)