예제 #1
0
파일: IO.php 프로젝트: chh/ooio
 static function pipe()
 {
     return Socket::pair(STREAM_PF_UNIX, STREAM_SOCK_STREAM, STREAM_IPPROTO_IP);
 }