Resque\Socket\Server::__toString PHP 메소드

__toString() 공개 메소드

Generate a string representation of this server.
public __toString ( ) : string
리턴 string String identifier for this server instance.
    public function __toString()
    {
        return $this->config['ip'] . ':' . $this->config['port'];
    }