PHP_CompatInfo_Renderer::isIncludable()

PHP_CompatInfo_Renderer::isIncludable()  -- Checks if in the include path

概要

require_once 'PHP/CompatInfo/Renderer.php';

boolean PHP_CompatInfo_Renderer::isIncludable (string $file)

説明

Returns whether or not a file is in the include path

パラメータ

string $file

Path to filename to check if includable

返り値

returns True if the file is in the include path, false otherwise

例外・エラー

throws no exceptions thrown

利用可能なバージョン

since version 1.7.0b4 (2008-04-03)

注意

この関数は、スタティックにコールする ことはできません。