PEAR_ChannelFile::isIncludeable()

PEAR_ChannelFile::isIncludeable()  -- Determine whether a file exists in the include_path and is readable

概要

require_once '/ChannelFile.php';

bool PEAR_ChannelFile::isIncludeable (string $path)

説明

Determine whether a file exists in the include_path and is readable

パラメータ

string $path

Relative path to file.

例外・エラー

throws no exceptions thrown

注意

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