previousPEAR_PackageUpdate::factory (Previous) (Next) PEAR_PackageUpdate::loadPreferencesnext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

PEAR_PackageUpdate::isIncludable

PEAR_PackageUpdate::isIncludable – ファイルがインクルード可能かどうかを調べる

Synopsis

require_once 'PEAR/PackageUpdate.php';

boolean PEAR_PackageUpdate::isIncludable ( string $path )

Description

ファイルがインクルード可能かどうかを調べます。このメソッドを使用することで、 ドライバクラスのファイルが存在してインクルード可能なことを確認します。

Parameter

string $path

調べたいファイルへのパス。このパスは、 インクルードパス内のいずれかのディレクトリのサブディレクトリでなければなりません。

Note

since 0.4.2

This function can be called statically.

Return value

boolean - ファイルがインクルード可能な場合に TRUE、それ以外の場合に FALSE を返します。

previousPEAR_PackageUpdate::factory (Previous) (Next) PEAR_PackageUpdate::loadPreferencesnext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.