getRemoteEndpoint() public method

This method returns socket remote endpoint with this pattern [$protocol://$address:$port].
public getRemoteEndpoint ( ) : string
return string
コード例 #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getEndpoint()
 {
     return $this->conn->getRemoteEndpoint();
 }