Kraken\Ipc\Socket\SocketInterface::getRemoteAddress PHP Method

getRemoteAddress() public method

Get socket remote address.
public getRemoteAddress ( ) : string
return string
    public function getRemoteAddress();

Usage Example

 /**
  * @override
  * @inheritDoc
  */
 public function getAddress()
 {
     return $this->conn->getRemoteAddress();
 }