PEAR_PackageUpdate::factory | PEAR_PackageUpdate::loadPreferences |
PEAR_PackageUpdate | |
PEAR Manual | |
require_once 'PEAR/PackageUpdate.php'; |
boolean PEAR_PackageUpdate::isIncludable (
string $path
)
Determines whether or not a file is includable. This method is used to ensure that the driver class file can be found and included.
The path to the file to check. The path should be a subdirectory of one of the directories in the include path.
since 0.4.2
This function can be called statically.
boolean - TRUE if the file is includable, FALSE otherwise.
PEAR_PackageUpdate::factory | PEAR_PackageUpdate::loadPreferences |
PEAR_PackageUpdate | |
PEAR Manual | |