PEAR_Frontend::isIncludeable()

PEAR_Frontend::isIncludeable()  -- isIncludeable

Synopsis

require_once '/Frontend.php';

bool PEAR_Frontend::isIncludeable (string $path)

Description

Simple utility class used to determine whether a file can be included via include_path

Parameter

string $path

relative or absolute include path

Throws

throws no exceptions thrown

Note

This function can be called statically.