php
namespace Core;
use Core\Site;
use \GatewayWorker\Lib\Gateway;
use Core\RCache;
use Workerman\Lib\Timer;
class Toos extends Site{
//当前连接的所有用户 封装 后续并发多了采用nosql存储 例如memcache redis
private static=> "127.0.0.1",
"port" => 6379,
);
//实例对象
private static $Instance = null;
//私有 禁止外部实例化 防止数据分散