La classe Stomp

(PECL stomp >= 0.1.0)

Introduction

Représente une connexion entre PHP et un Broker de message compatible Stomp.

Synopsis de la classe

Stomp {
/* Méthodes */
public abort ( string $transaction_id [, array $headers ] ) : bool
public ack ( mixed $msg [, array $headers ] ) : bool
public begin ( string $transaction_id [, array $headers ] ) : bool
public commit ( string $transaction_id [, array $headers ] ) : bool
__construct ([ string $broker = ini_get("stomp.default_broker_uri") [, string $username [, string $password [, array $headers ]]]] )
public __destruct ( void ) : bool
public error ( void ) : string
public getReadTimeout ( void ) : array
public getSessionId ( void ) : string
public hasFrame ( void ) : bool
public readFrame ([ string $class_name = "stompFrame" ] ) : stompframe
public send ( string $destination , mixed $msg [, array $headers ] ) : bool
public setReadTimeout ( int $seconds [, int $microseconds ] ) : void
public subscribe ( string $destination [, array $headers ] ) : bool
public unsubscribe ( string $destination [, array $headers ] ) : bool
}

Sommaire