Kraken\Network\NetworkConnectionInterface::getPort PHP Method

getPort() public method

Get the remote port of connection.
public getPort ( ) : string
return string
    public function getPort();

Usage Example

Esempio n. 1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getPort()
 {
     return $this->connection->getPort();
 }