<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.remote.other.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.stomp.php',
    1 => 'Stomp',
    2 => 'Stomp Client',
  ),
  'up' => 
  array (
    0 => 'refs.remote.other.php',
    1 => 'Інші сервіси',
  ),
  'prev' => 
  array (
    0 => 'function.ssh2-tunnel.php',
    1 => 'ssh2_tunnel',
  ),
  'next' => 
  array (
    0 => 'intro.stomp.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/stomp/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.stomp.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.stomp" class="book">
 
 <h1 class="title">Stomp Client</h1>
 

 

 







 







 







 






 






 






<ul class="chunklist chunklist_book"><li><a href="intro.stomp.php">Вступ</a></li><li><a href="stomp.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="stomp.requirements.php">Вимоги</a></li><li><a href="stomp.installation.php">Встановлення</a></li><li><a href="stomp.configuration.php">Налаштування під час виконання</a></li><li><a href="stomp.resources.php">Типи ресурсів</a></li></ul></li><li><a href="stomp.examples.php">Приклади</a></li><li><a href="ref.stomp.php">Stomp Функції</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.stomp-connect-error.php">stomp_connect_error</a> — Returns a string description of the last connect error</li><li><a href="function.stomp-version.php">stomp_version</a> — Gets the current stomp extension version</li></ul></li><li><a href="class.stomp.php">Stomp</a> — The Stomp class<ul class="chunklist chunklist_book chunklist_children"><li><a href="stomp.abort.php">Stomp::abort</a> — Rolls back a transaction in progress</li><li><a href="stomp.ack.php">Stomp::ack</a> — Acknowledges consumption of a message</li><li><a href="stomp.begin.php">Stomp::begin</a> — Starts a transaction</li><li><a href="stomp.commit.php">Stomp::commit</a> — Commits a transaction in progress</li><li><a href="stomp.construct.php">Stomp::__construct</a> — Opens a connection</li><li><a href="stomp.destruct.php">Stomp::__destruct</a> — Closes stomp connection</li><li><a href="stomp.error.php">Stomp::error</a> — Gets the last stomp error</li><li><a href="stomp.getreadtimeout.php">Stomp::getReadTimeout</a> — Gets read timeout</li><li><a href="stomp.getsessionid.php">Stomp::getSessionId</a> — Gets the current stomp session ID</li><li><a href="stomp.hasframe.php">Stomp::hasFrame</a> — Indicates whether or not there is a frame ready to read</li><li><a href="stomp.readframe.php">Stomp::readFrame</a> — Reads the next frame</li><li><a href="stomp.send.php">Stomp::send</a> — Sends a message</li><li><a href="stomp.setreadtimeout.php">Stomp::setReadTimeout</a> — Sets read timeout</li><li><a href="stomp.subscribe.php">Stomp::subscribe</a> — Registers to listen to a given destination</li><li><a href="stomp.unsubscribe.php">Stomp::unsubscribe</a> — Removes an existing subscription</li></ul></li><li><a href="class.stompframe.php">StompFrame</a> — The StompFrame class<ul class="chunklist chunklist_book chunklist_children"><li><a href="stompframe.construct.php">StompFrame::__construct</a> — Constructor</li></ul></li><li><a href="class.stompexception.php">StompException</a> — The StompException class<ul class="chunklist chunklist_book chunklist_children"><li><a href="stomp.getdetails.php">StompException::getDetails</a> — Get exception details</li></ul></li></ul></div><?php manual_footer($setup); ?>