PEAR_PackageUpdate::isIncludable (Previous) (Next) PEAR_PackageUpdate::determinePrefFile

View this page in Last updated: Sun, 01 Jul 2007
English | French | German | Hungarian | Japanese | Polish | Spanish | Plain HTML

PEAR_PackageUpdate::loadPreferences

PEAR_PackageUpdate::loadPreferences --  Loads the user's preferences from the preference file.

Leírás

Loads the user's preferences from the preference file.

If the user is on a Windows machine, the file will be in the PEAR_CONFIG_SYSCONFIG directory and named ppurc.ini. If the user is on any other operating system, the preferences file will be stored in the user's home directory as the file .ppurc. The file contains a serialized array of preferences for each package that has been checked for updates so far.

Megjegyzés: Since version 0.7.0, you could also choose another directory and name for your preference file. Use then the optional parameter $pref_file.

Paraméterek

string $pref_file

The path to the file to read user's preferences from.

Lehetséges hibaértékek

throws PEAR_PACKAGEUPDATE_ERROR_PREFFILE_READACCESS, when user's preference file has no READ access right.

throws PEAR_PACKAGEUPDATE_ERROR_PREFFILE_CORRUPTED, when user's preference file has invalid contents.

throws PEAR_PACKAGEUPDATE_ERROR_INVALIDINIFILE, when user's preference file given by parameter $pref_file does not exist.

Megjegyzés

since 0.4.0a1

Ez a függvény nem hívható statikusan.

Visszatérési érték

boolean - TRUE if the preferences were loaded successfully, FALSE otherwise.

PEAR_PackageUpdate::isIncludable (Previous) (Next) PEAR_PackageUpdate::determinePrefFile

Download Documentation Last updated: Sun, 01 Jul 2007
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.