TP6 Think-Swoole? ??? ???? RPC ???
Oct 12, 2023 pm 02:48 PMTP6? ?? ???? PHP ?? ??????? Swoole? ??? PHP ?????. ? ? ??? ???? ???? ?? RPC(?? ???? ??) ???? ??? ? ????. ? ????? Think-Swoole? ???? ? ??? ???? ??? ???? ???? ?? ??? ?????.
- ?? ? ??
?? TP6? Swoole? ???? ???. TP6? ?? ??? ?? ??? ? ????:
composer create-project topthink/think
?? ?? Swoole ??? ???? ???. ?? ??? ?? ??? ? ????.
pecl install swoole
??? ??? ? php.ini ??? ?? ??? ???? ???.
extension=swoole
- Create RPC service
???? RPC? ???? ???. ?? ???? ??? ???? ??????. RPC ??? ???? ?? RpcService?? ???? ?? ? ????. ? ?????? ?? RPC ??? ???? ?? ? ?? ???? ???? ?? ????? Swoole? ???? ??? ??? ???? ???. ??? ?? ?????.
<php> namespace apppc; class RpcService { public function getUsers($params) { // 查詢數(shù)據(jù)庫,返回用戶列表 $users = User::select(); return $users; } public function addUser($params) { // 接收參數(shù),將用戶添加到數(shù)據(jù)庫 $user = new User(); $user->name = $params['name']; $user->age = $params['age']; $user->save(); return 'success'; } } </php>
- Configure RPC service
TP6 ???????? ?? ??? ?? RPC ???? ?? ????? ??? ? ????. config/rpc.php ??? ?? ?? ?? ?? ??? ? ????.
<php> return [ // 是否開啟服務(wù) 'enable' => true, // 服務(wù)監(jiān)聽的地址和端口 'host' => '0.0.0.0', 'port' => 8888, // RPC服務(wù)類的命名空間 'service' => pppcRpcService::class, ]; </php>
- Start the RPC service
? ??? ??? ? ?? ??? ???? RPC ???? ??? ? ????.
php think swoole:rpc start
?? ?? ???? ???? ??? ??? ???? ???? ???? ?????? RPC ??? ?????.
- ????? ??
????? RPC ???? ???? ?? ?????? ???? ???. ?? ??? ???? ??? ? ????.
<php> $client = new SwooleCoroutineClient(); $client->connect('127.0.0.1', 8888); $client->send('{"method": "getUsers", "params": []}'); $response = $client->recv(); echo $response; </php>
? ????? ?? RPC ??? ???? Swoole ?????? ????. ?? ?? connect ???? ???? RPC ???? ??? ??? ?????. ????, JSON ???? ??? ?? ????? ?? send ???? ???? RPC ??? ?? ??? ????. ?????, RPC ???? ??? ??? ???? ?? recv ???? ?????.
? ??? ?? TP6 ? Swoole ??? ???? RPC ???? ????? ??????. ? ?? RPC ?? ???? ???? ? RpcService ???? ???? ???? ??? ??? ??? ? ????. ???????? ?? ???? ??? ?? 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)