PEAR_PackageFileManager::isIncludeable()

PEAR_PackageFileManager::isIncludeable()  --  include_path 内の個々の値について http://www.php.net/file_exists をコールする

説明

ファイルが見つかった場合には http://www.php.net/is_readable をコールします。

パラメータ

string $filename

例外・エラー

例外はスローされません。

static

static

注意

この関数は、スタティックにコールする ことはできません。