update : 2015.11.03
php.shukuma.com검색:
|
socket_create(PHP 4 >= 4.1.0, PHP 5) socket_create — Create a socket (endpoint for communication) 설명
resource socket_create
( int
$domain
, int $type
, int $protocol
)Creates and returns a socket resource, also referred to as an endpoint of communication. A typical network connection is made up of 2 sockets, one performing the role of the client, and another performing the role of the server. 인수
반환값
socket_create() returns a socket resource on success,
or 오류/예외
If an invalid 참고
|