downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Stomp::abort> <stomp_version
Last updated: Fri, 20 Nov 2009

view this page in

The Stomp class

Introduction

Represents a connection between PHP and a Stomp compliant Message Broker.

Class synopsis

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

Table of Contents



add a note add a note User Contributed Notes
Stomp
There are no user contributed notes for this page.

Stomp::abort> <stomp_version
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites