10 2019 档案

摘要:<?php/** * Created by PhpStorm. * Date: 2019/10/30 * Time: 9:54 */namespace app\index\controller;use think\swoole\Server;class Swoole extends Server{ 阅读全文
posted @ 2019-10-30 16:45 猿来你也在这里呀 阅读(367) 评论(0) 推荐(0)
摘要:客户端请求:<?phpnamespace app\index\controller;class Index{ public function index() { $client = new \swoole_client(SWOOLE_SOCK_TCP, SWOOLE_SOCK_SYNC); $ret 阅读全文
posted @ 2019-10-30 16:38 猿来你也在这里呀 阅读(2825) 评论(0) 推荐(0)