PEAR_Frontend::isIncludeable

PEAR_Frontend::isIncludeable() – isIncludeable

Synopsis

require_once '/Frontend.php';

bool PEAR_Frontend::isIncludeable ( string $path )

Description

ファイルが include_path からインクルード可能かを調べる、 シンプルなユーティリティクラスです。

Parameter

string $path

インクルードパス (相対パスあるいは絶対パス)。

Throws

例外はスローされません。

Note

This function can be called statically.