Query: stomp
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STOMP(3) 1 STOMP(3) The Stomp classINTRODUCTIONRepresents a connection between PHP and a Stomp compliant Message Broker.CLASS SYNOPSISStomp Stomp Methods o public bool Stomp::abort (string $transaction_id, [array $headers]) o public bool Stomp::ack (mixed $msg, [array $headers]) o public bool Stomp::begin (string $transaction_id, [array $headers]) o public bool Stomp::commit (string $transaction_id, [array $headers]) o public Stomp::__construct ([string $broker = ini_get("stomp.default_broker_uri")], [string $username], [string $password], [array $headers]) o public bool Stomp::__destruct (void ) o public string Stomp::error (void ) o public array Stomp::getReadTimeout (void ) o public string Stomp::getSessionId (void ) o public bool Stomp::hasFrame (void ) o public stompframe Stomp::readFrame ([string $class_name = "stompFrame"]) o public bool Stomp::send (string $destination, mixed $msg, [array $headers]) o public void Stomp::setReadTimeout (int $seconds, [int $microseconds]) o public bool Stomp::subscribe (string $destination, [array $headers]) o public bool Stomp::unsubscribe (string $destination, [array $headers]) PHP Documentation Group STOMP(3)
Related Man Pages |
---|
directoryiterator(3) - php |
oauth(3) - php |
reflectionfunctionabstract(3) - php |
stomp_commit(3) - php |
net::stomp::frame(3pm) - debian |