PEAR_PackageUpdate::isIncludable

PEAR_PackageUpdate::isIncludable --  Determines whether or not a file is includable.

Synopsis

publicbooléenPEAR_PackageUpdate::isIncludablechaîne de caractères$path

Description

Determines whether or not a file is includable. This method is used to ensure that the driver class file can be found and included.

Paramètres

chaîne de caractères $path

The path to the file to check. The path should be a subdirectory of one of the directories in the include path.

Note

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

Valeur retournée

booléen - TRUE if the file is includable.