PEAR_Frontend::isIncludeable()
PEAR_Frontend::isIncludeable()
-- isIncludeable
概要
require_once '/Frontend.php'; |
bool
PEAR_Frontend::isIncludeable
(string
$path)
説明
Simple utility class used to determine whether a file can be included via include_path
パラメータ
- string
$path relative or absolute include path
例外・エラー
throws
no exceptions thrown
注意
この関数は、スタティックにコールする
ことができます。