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)

Description

Returns whether or not a file is in the include path

Paramètres

chaîne de caractères $file

Path to filename to check if includable

Valeur retournée

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

Valeurs renvoyées

throws no exceptions thrown

Depuis

since version 1.7.0b4 (2008-04-03)

Note

Cette fonction ne peut pas être appelée de façon statique.