php-doc-en/reference/zmq/versions.xml
2013-10-24 06:42:14 +00:00

108 lines
6.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!--
Do NOT translate this file
-->
<versions>
<!-- Methods -->
<function name='zmq::__construct' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqcontext::__construct' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqcontext::getsocket' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqcontext::ispersistent' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqcontext::getopt' from='PECL zmq &gt;= 1.0.4'/>
<function name='zmqcontext::setopt' from='PECL zmq &gt;= 1.0.4'/>
<function name='zmqsocket::__construct' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocket::send' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocket::sendmulti' from='PECL zmq &gt;= 0.8.0'/>
<function name='zmqsocket::recv' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocket::recvmulti' from='PECL zmq &gt;= 0.8.0'/>
<function name='zmqsocket::bind' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocket::connect' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocket::setsockopt' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocket::getendpoints' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocket::getsockettype' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocket::ispersistent' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocket::getpersistentid' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocket::getsockopt' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocket::unbind' from='PECL zmq &gt;= 1.0.4'/>
<function name='zmqsocket::disconnect' from='PECL zmq &gt;= 1.0.4'/>
<function name='zmqpoll::add' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqpoll::poll' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqpoll::getlasterrors' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqpoll::remove' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqpoll::count' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqpoll::clear' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqdevice::__construct' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqexception::__clone' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqexception::__construct' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqexception::getmessage' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqexception::getcode' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqexception::getfile' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqexception::getline' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqexception::gettrace' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqexception::getprevious' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqexception::gettraceasstring' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqexception::__tostring' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqcontextexception::__clone' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqcontextexception::__construct' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqcontextexception::getmessage' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqcontextexception::getcode' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqcontextexception::getfile' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqcontextexception::getline' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqcontextexception::gettrace' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqcontextexception::getprevious' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqcontextexception::gettraceasstring' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqcontextexception::__tostring' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocketexception::__clone' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocketexception::__construct' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocketexception::getmessage' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocketexception::getcode' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocketexception::getfile' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocketexception::getline' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocketexception::gettrace' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocketexception::getprevious' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocketexception::gettraceasstring' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqsocketexception::__tostring' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqpollexception::__clone' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqpollexception::__construct' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqpollexception::getmessage' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqpollexception::getcode' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqpollexception::getfile' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqpollexception::getline' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqpollexception::gettrace' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqpollexception::getprevious' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqpollexception::gettraceasstring' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqpollexception::__tostring' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqdeviceexception::__clone' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqdeviceexception::__construct' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqdeviceexception::getmessage' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqdeviceexception::getcode' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqdeviceexception::getfile' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqdeviceexception::getline' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqdeviceexception::gettrace' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqdeviceexception::getprevious' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqdeviceexception::gettraceasstring' from='PECL zmq &gt;= 0.5.0'/>
<function name='zmqdeviceexception::__tostring' from='PECL zmq &gt;= 0.5.0'/>
</versions>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->