<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'book.zmq.php',
    1 => '0MQ messaging',
    2 => 'ZMQ',
  ),
  'up' => 
  array (
    0 => 'refs.remote.other.php',
    1 => 'Sonstige Dienste',
  ),
  'prev' => 
  array (
    0 => 'function.yaz-wait.php',
    1 => 'yaz_wait',
  ),
  'next' => 
  array (
    0 => 'zmq.setup.php',
    1 => 'Installation/Konfiguration',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/zmq/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.zmq.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.zmq" class="book">
 
 <h1 class="title">ZMQ</h1>
 

 <div id="intro.zmq" class="preface">
  <h1 class="title">Einführung</h1>
  <p class="para">
   <div class="warning"><strong class="warning">Warnung</strong><p class="simpara">Diese Erweiterung ist
<em>EXPERIMENTELL</em>. Das Verhalten dieser Erweiterung,
einschließlich der Funktionsnamen, und alles Andere, was hier dokumentiert
ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien
Sie gewarnt und verwenden Sie diese Erweiterung auf eigenes
Risiko.</p></div>
   &quot;ØMQ is a software library that lets you quickly design and implement a fast message-based application.&quot; --0MQ Website
  </p>
  <p class="para">
   For more information about 0MQ, see <a href="http://zeromq.org/" class="link external">&raquo;&nbsp;http://zeromq.org/</a>.
  </p>
 </div>

 






 
 






 






 






 






 







<ul class="chunklist chunklist_book"><li><a href="zmq.setup.php">Installation/Konfiguration</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="zmq.requirements.php">Anforderungen</a></li><li><a href="zmq.installation.php">Installation</a></li></ul></li><li><a href="class.zmq.php">ZMQ</a> — The ZMQ class<ul class="chunklist chunklist_book chunklist_children"><li><a href="zmq.construct.php">ZMQ::__construct</a> — ZMQ constructor</li></ul></li><li><a href="class.zmqcontext.php">ZMQContext</a> — The ZMQContext class<ul class="chunklist chunklist_book chunklist_children"><li><a href="zmqcontext.construct.php">ZMQContext::__construct</a> — Construct a new ZMQContext object</li><li><a href="zmqcontext.getopt.php">ZMQContext::getOpt</a> — Get context option</li><li><a href="zmqcontext.getsocket.php">ZMQContext::getSocket</a> — Create a new socket</li><li><a href="zmqcontext.ispersistent.php">ZMQContext::isPersistent</a> — Whether the context is persistent</li><li><a href="zmqcontext.setopt.php">ZMQContext::setOpt</a> — Set a socket option</li></ul></li><li><a href="class.zmqsocket.php">ZMQSocket</a> — The ZMQSocket class<ul class="chunklist chunklist_book chunklist_children"><li><a href="zmqsocket.bind.php">ZMQSocket::bind</a> — Bind the socket</li><li><a href="zmqsocket.connect.php">ZMQSocket::connect</a> — Connect the socket</li><li><a href="zmqsocket.construct.php">ZMQSocket::__construct</a> — Construct a new ZMQSocket</li><li><a href="zmqsocket.disconnect.php">ZMQSocket::disconnect</a> — Disconnect a socket</li><li><a href="zmqsocket.getendpoints.php">ZMQSocket::getEndpoints</a> — Get list of endpoints</li><li><a href="zmqsocket.getpersistentid.php">ZMQSocket::getPersistentId</a> — Get the persistent id</li><li><a href="zmqsocket.getsockettype.php">ZMQSocket::getSocketType</a> — Get the socket type</li><li><a href="zmqsocket.getsockopt.php">ZMQSocket::getSockOpt</a> — Get socket option</li><li><a href="zmqsocket.ispersistent.php">ZMQSocket::isPersistent</a> — Whether the socket is persistent</li><li><a href="zmqsocket.recv.php">ZMQSocket::recv</a> — Receives a message</li><li><a href="zmqsocket.recvmulti.php">ZMQSocket::recvMulti</a> — Receives a multipart message</li><li><a href="zmqsocket.send.php">ZMQSocket::send</a> — Sends a message</li><li><a href="zmqsocket.sendmulti.php">ZMQSocket::sendmulti</a> — Sends a multipart message</li><li><a href="zmqsocket.setsockopt.php">ZMQSocket::setSockOpt</a> — Set a socket option</li><li><a href="zmqsocket.unbind.php">ZMQSocket::unbind</a> — Unbind the socket</li></ul></li><li><a href="class.zmqpoll.php">ZMQPoll</a> — The ZMQPoll class<ul class="chunklist chunklist_book chunklist_children"><li><a href="zmqpoll.add.php">ZMQPoll::add</a> — Add item to the poll set</li><li><a href="zmqpoll.clear.php">ZMQPoll::clear</a> — Clear the poll set</li><li><a href="zmqpoll.count.php">ZMQPoll::count</a> — Count items in the poll set</li><li><a href="zmqpoll.getlasterrors.php">ZMQPoll::getLastErrors</a> — Get poll errors</li><li><a href="zmqpoll.poll.php">ZMQPoll::poll</a> — Poll the items</li><li><a href="zmqpoll.remove.php">ZMQPoll::remove</a> — Remove item from poll set</li></ul></li><li><a href="class.zmqdevice.php">ZMQDevice</a> — The ZMQDevice class<ul class="chunklist chunklist_book chunklist_children"><li><a href="zmqdevice.construct.php">ZMQDevice::__construct</a> — Construct a new device</li><li><a href="zmqdevice.getidletimeout.php">ZMQDevice::getIdleTimeout</a> — Get the idle timeout</li><li><a href="zmqdevice.gettimertimeout.php">ZMQDevice::getTimerTimeout</a> — Get the timer timeout</li><li><a href="zmqdevice.run.php">ZMQDevice::run</a> — Run the new device</li><li><a href="zmqdevice.setidlecallback.php">ZMQDevice::setIdleCallback</a> — Set the idle callback function</li><li><a href="zmqdevice.setidletimeout.php">ZMQDevice::setIdleTimeout</a> — Set the idle timeout</li><li><a href="zmqdevice.settimercallback.php">ZMQDevice::setTimerCallback</a> — Set the timer callback function</li><li><a href="zmqdevice.settimertimeout.php">ZMQDevice::setTimerTimeout</a> — Set the timer timeout</li></ul></li></ul></div><?php manual_footer($setup); ?>