update : 2015.11.03
php.shukuma.com검색:
|
socket_create_pair(PHP 4 >= 4.1.0, PHP 5) socket_create_pair — Creates a pair of indistinguishable sockets and stores them in an array 설명
bool socket_create_pair
( int
$domain
, int $type
, int $protocol
, array &$fd
)
socket_create_pair() creates two connected and
indistinguishable sockets, and stores them in 인수
반환값
성공 시 변경점
예제
Example #1 socket_create_pair() example
<?php
Example #2 socket_create_pair() IPC example
<?php 참고
|