socketio.php 176 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 <?php define('APP_PATH', __DIR__ . '/../application/'); define('BIND_MODULE','socketio/Server/index'); // 加载框架引导文件 require __DIR__ . '/../thinkphp/start.php';