// 加载所有 application/*/start.php,以便启动所有服务 foreach(glob(__DIR__.'/app/ChatServer/start*.php') as $start_file) {require_once $start_file;}
golang 同一个包下不同文件之间函数调用问题
php curl 请求接口