合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
# get_instance 获取SwooleDistributedServer的实例。 Common.php中也有get_instance,效果和这个等同。 例子: ```php public function __construct() { if (!empty(get_instance())) { $this->loader = get_instance()->loader; $this->logger = get_instance()->log; $this->server = get_instance()->server; $this->config = get_instance()->config; $this->pack = get_instance()->pack; } } ```