Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.socket-select.html
Дата изменения: Sun Feb 3 22:55:47 2002
Дата индексирования: Tue Oct 2 08:07:44 2012
Кодировка:
socket_select

socket_select

(PHP 4 >= 4.1.0)

socket_select -- Runs the select() system call on the sets mentioned with a timeout specified by tv_sec and tv_usec

Description

int socket_select ( resource read_fd, resource write_fd, resource except_fd, int tv_sec [, int tv_usec])

Warning

This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk.

Warning

This function is currently not documented, only the argument list is available.