企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
# 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; } } ```