Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17130 программистов и 1833 робота. Сейчас ищут 1662 программиста ...
PEAR_PackageFileManager::isIncludeable
Вернуться к: PEAR_PackageFileManager
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 )
then calls http://www.php.net/is_readable when it finds the file
Parameter
- string $filename
-
Throws
throws no exceptions thrown
static
Note
This function can not be called statically.
Вернуться к: PEAR_PackageFileManager