| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
stream_socket_pair(PHP 5 >= 5.1.0) stream_socket_pair — Creates a pair of connected, indistinguishable socket streams 설명
   array stream_socket_pair
    ( int  
  $domain
   , int $type
   , int $protocol
   )stream_socket_pair() creates a pair of connected, indistinguishable socket streams. This function is commonly used in IPC (Inter-Process Communication). 인수
 
 
 반환값
   Returns an array with the two socket resources on success, or
    변경점
 
 예제
 Example #1 A stream_socket_pair() example This example shows the basic usage of stream_socket_pair() in Inter-Process Comunication. 
<?php위 예제의 출력 예시: child PID: 1378 message from child  |