php-zmq:适用于PHP的ZeroMQ

时间:2024-05-26 04:24:36
【文件属性】:

文件名称:php-zmq:适用于PHP的ZeroMQ

文件大小:156KB

文件格式:ZIP

更新时间:2024-05-26 04:24:36

C

用于0MQPHP绑定。 该文档位于 该API大致如下: <?php /* Create new queue object */ $ queue = new ZMQSocket ( new ZMQContext (), ZMQ :: SOCKET_REQ , "MySock1" ); /* Connect to an endpoint */ $ queue -> connect ( "tcp://127.0.0.1:5555" ); /* send and receive */ var_dump ( $ queue -> send ( "hello there, using socket 1" )-> recv ()); ?> 有关安装说明,请参见 有关开发人员的说明,请参阅DEVELOPERS.md


网友评论