IOUtility
in package
AbstractYes
ファイル+ディレクトリ処理系。
Table of Contents
Methods
- clearCache() : void
- ファイルのステータスのキャッシュをクリア
- exists() : bool
- ファイル・ディレクトリが存在するか。
- getState() : IOState
- move() : bool
- ファイル移動。
Methods
clearCache()
ファイルのステータスのキャッシュをクリア
public
static clearCache(string|null $path) : void
clearstatcache
ラッパー。
Parameters
- $path : string|null
Tags
exists()
ファイル・ディレクトリが存在するか。
public
static exists(string $path) : bool
file_exists
ラッパー。
Parameters
- $path : string
Tags
Return values
bool —存在するか。
getState()
public
static getState(string $path) : IOState
Parameters
- $path : string
Return values
IOStatemove()
ファイル移動。
public
static move(string $fromPath, string $toPath) : bool
Parameters
- $fromPath : string
- $toPath : string