PEAR_PackageFileManager::isIncludeable()

PEAR_PackageFileManager::isIncludeable() -- calls http://www.php.net/file_exists for each value in include_path,

Synopsis

require_once 'PEAR/PackageFileManager.php';

boolean PEAR_PackageFileManager::isIncludeable (string $filename)

Description

then calls http://www.php.net/is_readable when it finds the file

Paramètres

chaîne de caractères $filename

Valeurs renvoyées

throws no exceptions thrown

static

static

Note

Cette fonction ne peut pas être appelée de façon statique.