Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17218 программистов и 1834 робота. Сейчас ищут 1615 программистов ...
PEAR_PackageUpdate::setMinimumReleaseType
Вернуться к: PEAR_PackageUpdate
PEAR_PackageUpdate::setMinimumReleaseType
PEAR_PackageUpdate::setMinimumReleaseType – Sets the user's preference for asking about release types.
Synopsis
require_once 'PEAR/PackageUpdate.php';
boolean PEAR_PackageUpdate::setMinimumReleaseType ( string $minType )
Sets the user's preference for asking about minimum release types.
Throws
throws PEAR_PACKAGEUPDATE_ERROR_INVALIDTYPE, when invalid type of release is used (bug|minor|major).
Note
since 0.4.0a1
This function can not be called statically.
Return value
boolean - TRUE if the preference was set properly, FALSE otherwise.
Вернуться к: PEAR_PackageUpdate