raklib\server\Session::getPort PHP Method

getPort() public method

public getPort ( )
    public function getPort()
    {
        return $this->port;
    }

Usage Example

Exemplo n.º 1
0
 public function notifyACK(Session $session, $identifierACK)
 {
     $this->streamACK($session->getAddress() . ":" . $session->getPort(), $identifierACK);
 }