PEAR_ChannelFile::isIncludeable

PEAR_ChannelFile::isIncludeable() – Détermine si un fichier existe dans l'include_path et est lisible

Synopsis

require_once '/ChannelFile.php';

bool PEAR_ChannelFile::isIncludeable ( string $path )

Description

Détermine si un fichier existe dans l'include_path et est lisible.

Parameter

string $path

Chemin relatif vers le fichier.

Throws

No exceptions thrown.

Note

This function can not be called statically.