Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18868 программистов и 2023 робота. Сейчас ищут 1860 программистов ...
PHP_CompatInfo_Renderer::isIncludable
Вернуться к: Renderer Infrastructure
PHP_CompatInfo_Renderer::isIncludable
PHP_CompatInfo_Renderer::isIncludable() – Checks if in the include path
Synopsis
require_once 'PHP/CompatInfo/Renderer.php';
boolean PHP_CompatInfo_Renderer::isIncludable ( string $file )
Returns whether or not a file is in the include path
Parameter
- string $file
-
Path to filename to check if includable
Return value
returns True if the file is in the include path, false otherwise
Throws
throws no exceptions thrown
Since
since version 1.7.0b4 (2008-04-03)
Note
This function can not be called statically.
Вернуться к: Renderer Infrastructure