\think\testsNullDriver

Class Driver

Summary

Methods
Properties
Constants
__construct()
path()
putFile()
putFileAs()
__call()
No public properties found
No constants found
createCacheStore()
createAdapter()
createFilesystem()
$cache
$filesystem
$config
N/A
No private methods found
No private properties found
N/A

Properties

$config

$config : array

配置参数

Type

array

Methods

__construct()

__construct(\think\Cache  $cache, array  $config) 

Parameters

\think\Cache $cache
array $config

path()

path(string  $path) : string

获取文件完整路径

Parameters

string $path

Returns

string

putFile()

putFile(string  $path, \think\File  $file, null|string|\Closure  $rule = null, array  $options = array()) : boolean|string

保存文件

Parameters

string $path

路径

\think\File $file

文件

null|string|\Closure $rule

文件名规则

array $options

参数

Returns

boolean|string

putFileAs()

putFileAs(string  $path, \think\File  $file, string  $name, array  $options = array()) : boolean|string

指定文件名保存文件

Parameters

string $path

路径

\think\File $file

文件

string $name

文件名

array $options

参数

Returns

boolean|string

__call()

__call(  $method,   $parameters) 

Parameters

$method
$parameters

createCacheStore()

createCacheStore(  $config) 

Parameters

$config

createAdapter()

createAdapter()