TP6 Think-Swoole?? ??? RPC ???? ???? ??? ??? ??? ?????.
Oct 12, 2023 am 11:10 AM??: TP6 Think-Swoole?? ??? RPC ???? ???? ??? ??? ?? ??
??:
?? ??? ????????? ?? ?? ??? ?? ??? ?? ? ????? ????. ?? ?? ??? ?? ???? ??? ?? ???? ????? RPC(Remote Procedure Call) ??? ?????. ? ????? Think-Swoole ?????? ???? RPC ?? ???? ???? ??? ??? ??? ???? ??? ?????.
1. RPC ??
RPC(Remote Procedure Call)? ?? ?? ????? ?? ?? ???? ?? ??? ? ??? ?? ?????. RPC? ?? ?? ??? ???? ??? ?? ????? ??? ??? ? ????. RPC? ?? ??? ??? ???? ?? ????? ???? ?? ??? ??? ? ?? ??? ????.
2. Think-Swoole ????? ??
Think-Swoole? Swoole ??? ???? ?? ThinkPHP ???? ??? Swoole ??? ??? ???? ThinkPHP ?????? Swoole ??? ??? ??? ??? ? ????. Think-Swoole ?????? ??? ??? ? ??? ???? ?????? ??? ? ??? ??? Swoole ????? ? ?? ?? ??? ?????.
3. RPC ?? ??
-
Think-Swoole ?? ??
?? ThinkPHP ????? Think-Swoole ??? ???? ???. Composer ??? ???? ??? ? ????.composer require topthink/think-swoole
RPC ??? ???
In ThinkPHP ?????? RpcService ??? ??:<?php namespace apppc; class RpcService { public function hello($name) { return 'Hello, '.$name.'!'; } }
RPC ??? ???? ??
ThinkPHP ?????? RPC ?? ?? ? RPC ??? ??? ?? Rpc ???? ??:<?php namespace appcontroller; use apppcRpcService; use thinkswooleRpc; class RpcController { public function index(RpcService $service) { return Rpc::handle($service); } }
??? ??
ThinkPHP ????? ??? ?? ?? ??? ??? ??(route/route.php)? ?????:<?php use thinkacadeRoute; Route::rule('rpc', 'RpcController@index')->middleware( hinkswooleMiddleware::class);
RPC ??? ??
?? ??? ???? RPC ???? ?????:php think swoole:server start
4. ?? RPC ??
RPC ????? ???? ???? ???? ??? ? ????. ?????? ?? ??? RPC ???? ?????. ??? PHP? Swoole ??? ???? ??? ????.
<?php $client = new SwooleCoroutineClient(SWOOLE_SOCK_TCP); if (!$client->connect('127.0.0.1', 9501, 0.5)) { throw new Exception('Connect failed'); } $client->send(json_encode(['service' => 'apppcRpcService', 'method' => 'hello', 'params' => ['World']])); $response = $client->recv(); $client->close(); echo $response;
5. ??
? ????? Think-Swoole ?????? ???? RPC ?? ???? ???? ??? ??? ??? ???? ??? ?????. RPC ??? ???? RPC ???? ?????? ?? ?? ??? ?? ???? ??? ?? ??? ? ????. ? ?? ??? ?? ???? RPC ??? ?? ? ?? ???? ?? ??? ???? ??? ? ??? ????.
? ??? TP6 Think-Swoole?? ??? RPC ???? ???? ??? ??? ??? ?????.? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)