Curry
PHP Framework

core

db

html

utility

Dir::exists

public static boolean exists ( string $path )
ディレクトリの存在を確認します。

パラメーター

名前 内容
$path string 存在を確認したいディレクトリのパスを指定します。

返り値

ディレクトリが存在する場合にtrue、存在しな場合にfalseを返します。