Resque\Socket\Server::__toString PHP Méthode

__toString() public méthode

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