__construct() __construct( $config, null|string $storage = null) 构造方法 Driver constructor. Parameters $config null|string $storage 指定存储方式,如不指定则为系统默认 Throws \think\Exception
setUploadFile() setUploadFile(string $name = 'iFile') : mixed 设置上传的文件信息 Parameters string $name Returns mixed
setUploadFileByReal() setUploadFileByReal(string $filePath) : mixed 设置上传的文件信息 Parameters string $filePath Returns mixed
getEngineClass() getEngineClass(null|string $storage = null) : mixed 获取当前的存储引擎 Parameters null|string $storage 指定存储方式,如不指定则为系统默认 Throws \think\Exception Returns mixed