getRemoteAddress() 공개 메소드

Get socket remote address.
public getRemoteAddress ( ) : string
리턴 string
예제 #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getAddress()
 {
     return $this->conn->getRemoteAddress();
 }