__construct() __construct(\think\Cache $cache, array $config) : mixed Parameters \think\Cache $cache array $config Returns mixed —
putFile() putFile(string $path, \think\File $file, null|string|\Closure $rule = null, array $options = []) : bool|string 保存文件 Parameters string $path 路径 \think\File $file 文件 null|string|\Closure $rule 文件名规则 array $options 参数 Returns bool|string —
putFileAs() putFileAs(string $path, \think\File $file, string $name, array $options = []) : bool|string 指定文件名保存文件 Parameters string $path 路径 \think\File $file 文件 string $name 文件名 array $options 参数 Returns bool|string —
__call() __call(mixed $method, mixed $parameters) : mixed Parameters mixed $method mixed $parameters Returns mixed —
createAdapter() createAdapter() : \League\Flysystem\AdapterInterface Returns \League\Flysystem\AdapterInterface —
createFilesystem() createFilesystem(\League\Flysystem\AdapterInterface $adapter) : \League\Flysystem\Filesystem Parameters \League\Flysystem\AdapterInterface $adapter Returns \League\Flysystem\Filesystem —