raklib\server\Session::getPort PHP 메소드

getPort() 공개 메소드

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

Usage Example

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