예제 #1
0
파일: Unix.php 프로젝트: azatoth/php-socket
 public function getsockname()
 {
     parent::getsockname(&$address);
     return $address;
 }