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