Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Kraken
Filesystem
Adapter
AdapterLocal
PHP Class Kraken\Filesystem\Adapter\AdapterLocal
Inheritance:
extends
League\Flysystem\Adapter\Local
,
implements
Kraken\Filesystem\FilesystemAdapterInterface
显示文件
Open project: kraken-php/framework
Public Methods
Method
Description
__construct
(
string
$rootDir
= null,
integer
$writeFlags
= LOCK_EX,
integer
$linkHandling
= parent::DISALLOW_LINKS,
array
$permissions
= [] )
Method Details
__construct()
public
method
public
__construct
(
string
$rootDir
= null,
integer
$writeFlags
= LOCK_EX,
integer
$linkHandling
= parent::DISALLOW_LINKS,
array
$permissions
= [] )
$rootDir
string
$writeFlags
integer
$linkHandling
integer
$permissions
array