update : 2015.11.03
php.shukuma.com검색:
|
socket_bind(PHP 4 >= 4.1.0, PHP 5) socket_bind — Binds a name to a socket 설명
bool socket_bind
( resource
$socket
, string $address
[, int $port = 0
] )
Binds the name given in 인수
반환값
성공 시 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. 예제
Example #1 Using socket_bind() to set the source address
<?php 주의
참고
|