forgetDriver() forgetDriver(array|string|null $name = null) : $this 移除一个驱动实例 Parameters array|string|null $name Returns $this —
__call() __call(string $method, array $parameters) : mixed 动态调用 Parameters string $method array $parameters Returns mixed —
getConfig() getConfig(null|string $name = null, mixed $default = null) : mixed 获取Session配置 Parameters null|string $name 名称 mixed $default 默认值 Returns mixed —
driver() driver(null|string $name = null) : mixed 获取驱动实例 Parameters null|string $name Returns mixed —