摘要:
<?php/** * Created by PhpStorm. * Date: 2019/10/30 * Time: 9:54 */namespace app\index\controller;use think\swoole\Server;class Swoole extends Server{ 阅读全文
摘要:
客户端请求:<?phpnamespace app\index\controller;class Index{ public function index() { $client = new \swoole_client(SWOOLE_SOCK_TCP, SWOOLE_SOCK_SYNC); $ret 阅读全文