JSON RPC 的 PHP 类 2people

码农软件 · 软件分类 · JSON/BSON开发包 · 2019-03-31 23:29:37

软件介绍

2people 是一个简单的 PHP 类,实现了 JSON RPC。

示例代码:

$object = new API(); // Объект, к методам которого необходимо обращаться
$jsonRPC = new JsonRPC();
if( $jsonRPC->isJsonRpcRequest() ) // Проверка, на то, действительно ли это JSON-RPC запрос.
{
        $jsonRPC->handle($object); // Передача объекта для обработки
        $jsonRPC->echoJsonResponse(); // Вывод сформированного ответа
}

本文地址:https://www.codercto.com/soft/d/2593.html

Programming Concurrency on the JVM

Programming Concurrency on the JVM

Venkat Subramaniam / The Pragmatic Bookshelf / 2011-6-1 / USD 35.00

Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) and actor-based concurrency. This book is the first to show you all these con......一起来看看 《Programming Concurrency on the JVM》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具