예제 #1
0
파일: Unix.php 프로젝트: azatoth/php-socket
 public static function create_pair($type, $protocol)
 {
     return parent::create_pair(AF_UNIX, $type, $protocol);
 }