Searched defs:PHP_SAFE_FD_ISSET (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/main/ | ||
| H A D | php_network.h | 197 # define PHP_SAFE_FD_ISSET(fd, set) FD_ISSET(fd, set) macro 201 # define PHP_SAFE_FD_ISSET(fd, set) ((fd < FD_SETSIZE) && FD_ISSET(fd, set)) macro |
Completed in 2 milliseconds