previousPEAR_PackageUpdate::getLatestRelease (Previous) (Next) PEAR_PackageUpdate::
setDontAskUntilNextRelease
next

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

PEAR_PackageUpdate::setDontAskAgain – 利用者による、このパッケージに対する "Don't Ask Again" を設定する

Synopsis

require_once 'PEAR/PackageUpdate.php';

boolean PEAR_PackageUpdate::setDontAskAgain ( boolean $dontAsk )

Description

利用者による、このパッケージに対する "Don't Ask Again" の内容を $dontAsk に設定します。 $dontAskTRUE の場合、 このパッケージが更新されても利用者に通知されることはありません。

Note

since 0.4.0a1

This function can not be called statically.

Return value

boolean - 設定が正しく行われた場合に TRUE、そうでない場合に FALSE を返します。

previousPEAR_PackageUpdate::getLatestRelease (Previous) (Next) PEAR_PackageUpdate::
setDontAskUntilNextRelease
next

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.