PEAR_ChannelFile::isIncludeable

PEAR_ChannelFile::isIncludeable() – ファイルが include_path に存在し、かつ読み込み可能であるかどうかを調べる

Synopsis

require_once '/ChannelFile.php';

bool PEAR_ChannelFile::isIncludeable ( string $path )

Description

ファイルが include_path に存在し、かつ読み込み可能であるかどうかを調べます。

Parameter

string $path

ファイルへの相対パス。

Throws

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

Note

This function can not be called statically.