示例#1
0
文件: IO.php 项目: chh/ooio
 static function pipe()
 {
     return Socket::pair(STREAM_PF_UNIX, STREAM_SOCK_STREAM, STREAM_IPPROTO_IP);
 }