Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17221 программист и 1834 робота. Сейчас ищут 1635 программистов ...
PEAR_PackageUpdate::isIncludable
Вернуться к: PEAR_PackageUpdate
PEAR_PackageUpdate::isIncludable
PEAR_PackageUpdate::isIncludable – Determines whether or not a file is includable.
Synopsis
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.
Parameter
- string $path
-
The path to the file to check. The path should be a subdirectory of one of the directories in the include path.
Note
since 0.4.2
This function can be called statically.
Return value
boolean - TRUE if the file is includable, FALSE otherwise.
Вернуться к: PEAR_PackageUpdate