Kraken\Ipc\Socket\SocketInterface::getRemoteAddress PHP Метод

getRemoteAddress() публичный Метод

Get socket remote address.
public getRemoteAddress ( ) : string
Результат string
    public function getRemoteAddress();

Usage Example

Пример #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getAddress()
 {
     return $this->conn->getRemoteAddress();
 }