Yet Another RPC Framework
- 簡介
- 安裝/配置
- 預定義常量
- 範例
- Yar_Server — The Yar_Server class
- Yar_Server::__construct — 建立一個HTTP RPC Server
- Yar_Server::handle — 啟動HTTP RPC Server
- Yar_Client — The Yar_Client class
- Yar_Client::__call — 呼叫遠端服務
- Yar_Client::__construct — 建立一個客戶端實例
- Yar_Client::setOpt — 設定呼叫的配置
- Yar_Concurrent_Client — The Yar_Concurrent_Client class
- Yar_Concurrent_Client::call — 註冊一個並行的服務呼叫
- Yar_Concurrent_Client::loop — 發送所有註冊的並行呼叫
- Yar_Concurrent_Client::reset — Clean all registered calls
- Yar_Server_Exception — The Yar_Server_Exception class
- Yar_Server_Exception::getType — 獲取異常的原始型別
- Yar_Client_Exception — The Yar_Client_Exception class
- Yar_Client_Exception::getType — The getType purpose