|
socket_connect(PHP 4 >= 4.1.0, PHP 5) socket_connect — Initiates a connection on a socket Описание
bool socket_connect
( resource $socket
, string $address
[, int $port = 0
] )
Initiate a connection to address using the socket resource socket, which must be a valid socket resource created with socket_create(). Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. The error code can be retrieved with socket_last_error(). This code may be passed to socket_strerror() to get a textual explanation of the error.
Смотрите также
|
|