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