previousPEAR_PackageUpdate::preferencesAllowUpdate (Previous) (Next) PEAR_PackageUpdate::getInstalledReleasenext

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::releaseType

PEAR_PackageUpdate::releaseType – インストール済みのバージョンと比較して、もっとも最近のバージョンのリリースの型を返す

Synopsis

require_once 'PEAR/PackageUpdate.php';

string PEAR_PackageUpdate::releaseType ( )

Description

インストール済みのバージョンと比較して、もっとも最近のバージョンのリリースの型を返します。 結果は PEAR_PACKAGEUPDATE_TYPE_MAJORPEAR_PACKAGEUPDATE_TYPE_MINOR あるいは PEAR_PACKAGEUPDATE_TYPE_BUG のいずれかとなります。

この値を使用して、利用者がこのリリースの更新を希望しているかどうかを確認します。

Note

since 0.4.0a1

This function can not be called statically.

Return value

string - リリースの型 (bug|minor|major) を返します。

previousPEAR_PackageUpdate::preferencesAllowUpdate (Previous) (Next) PEAR_PackageUpdate::getInstalledReleasenext

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.