コード例 #1
0
ファイル: Unix.php プロジェクト: azatoth/php-socket
 public function getpeername()
 {
     parent::getpeername(&$address);
     return $address;
 }