ThinkSSL🔒 一键申购 5分钟快速签发 30天无理由退款 购买更放心 广告
此扩展允许php应用程序通过简单的面向对象和过程接口与任何与Stomp兼容的Message Broker进行通信。[»Stomp官方网站](https://stomp.github.io/) STOMP是简单(或流)面向文本的消息传递协议(一般用于邮件服务?) [https://pecl.php.net/package/stomp](https://pecl.php.net/package/stomp) * [例子](https://www.php.net/manual/en/stomp.examples.php) * [stomp函数](https://www.php.net/manual/en/ref.stomp.php) * [stomp_connect_error](https://www.php.net/manual/en/function.stomp-connect-error.php)—返回上一次连接错误的字符串描述 * [stomp\_version](https://www.php.net/manual/en/function.stomp-version.php)—获取当前的stomp扩展版本 * [践踏](https://www.php.net/manual/en/class.stomp.php)—践踏类 * [Stomp :: abort](https://www.php.net/manual/en/stomp.abort.php)—回滚正在进行的事务 * [Stomp :: ack](https://www.php.net/manual/en/stomp.ack.php)—确认消息的使用 * [Stomp :: begin](https://www.php.net/manual/en/stomp.begin.php)—开始交易 * [Stomp :: commit](https://www.php.net/manual/en/stomp.commit.php)—提交正在进行的事务 * [Stomp :: \_\_ construct](https://www.php.net/manual/en/stomp.construct.php)—打开一个连接 * [Stomp :: \_\_ destruct](https://www.php.net/manual/en/stomp.destruct.php)—关闭脚踏连接 * [Stomp :: error](https://www.php.net/manual/en/stomp.error.php)—获取上一个踩踏错误 * [Stomp :: getReadTimeout-](https://www.php.net/manual/en/stomp.getreadtimeout.php)获取读取超时 * [Stomp :: getSessionId](https://www.php.net/manual/en/stomp.getsessionid.php)—获取当前的重踏会话ID * [Stomp :: hasFrame](https://www.php.net/manual/en/stomp.hasframe.php)—指示是否有准备读取的框架 * [Stomp :: readFrame](https://www.php.net/manual/en/stomp.readframe.php)—读取下一帧 * [Stomp :: send](https://www.php.net/manual/en/stomp.send.php)—发送消息 * [Stomp :: setReadTimeoutout](https://www.php.net/manual/en/stomp.setreadtimeout.php)—设置读取超时 * [Stomp :: subscribe-](https://www.php.net/manual/en/stomp.subscribe.php)注册以收听给定的目的地 * [Stomp :: unsubscribe-](https://www.php.net/manual/en/stomp.unsubscribe.php)删除现有的订阅 * [StompFrame](https://www.php.net/manual/en/class.stompframe.php)— StompFrame类 * [StompFrame :: \_\_ construct](https://www.php.net/manual/en/stompframe.construct.php)—构造函数 * [StompException](https://www.php.net/manual/en/class.stompexception.php)— StompException类 * [StompException :: getDetails](https://www.php.net/manual/en/stomp.getdetails.php)—获取异常详细信息