intro.sam.html

来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 36 行

HTML
36
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Introduction</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.sam.html">SAM</a></div> <div class="next" style="text-align: right; float: right;"><a href="sam.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.sam.html">SAM</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="intro.sam" class="preface">  <h1 class="title">Introduction</h1>  <p class="para">   This extension provides access to the functionality of messaging and   queueing systems, such as the IBM WebSphere MQSeries family of products,   from PHP scripts. The interface is designed to make it extremely simple   to do the more commonly required tasks such as deliver simple text   messages to queues while still allowing skilled users to do more complex   messaging operations. For many users the complexities of setting up   numerous options can be simply ignored.  </p>  <p class="para">   The SAM extension is a framework that provides a very simple API that can be used to   access a number of messaging middleware systems. Currently the package   includes built-in support for the MQTT (MQ Telemetry Transport) messaging protocol and support for the IBM   Messaging and Queuing middleware products. SAM is designed to be readily extended to   support other messaging systems and extension modules may be written in C or PHP.  </p> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.sam.html">SAM</a></div> <div class="next" style="text-align: right; float: right;"><a href="sam.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.sam.html">SAM</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?