Wrench\Socket\Socket::isConnected PHP 메소드

isConnected() 공개 메소드

Whether the socket is currently connected
public isConnected ( ) : boolean
리턴 boolean
    public function isConnected()
    {
        return $this->connected;
    }