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
Overtrue
PHPLint
Cache
exists
Overtrue\PHPLint\Cache::exists PHP Method
Cache Class Documentation
显示文件
Open project: overtrue/phplint
exists()
public
static
method
Check cache exists.
public
static
exists
( ) :
boolean
return
boolean
public static function exists() { return file_exists(self::getFilename()); }
Cache
exists
get
getFilename
isCached
put