PEAR_ChannelFile::isIncludeable()

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

Synopsis

require_once '/ChannelFile.php';

bool PEAR_ChannelFile::isIncludeable (string $path)

Beschreibung

Determine whether a file exists in the include_path and is readable

Parameter

string $path

Relative path to file.

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.