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

View this page in Last updated: Sun, 28 Sep 2008
English | French | German | Hungarian | Japanese | Polish | Spanish | Plain HTML

PEAR_PackageUpdate::loadPreferences

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

Description

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.

Note : 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ètres

chaîne de caractères $pref_file

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

Valeurs renvoyées

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.

Note

since 0.4.0a1

Cette fonction ne peut pas être appelée de façon statique.

Valeur retournée

booléen - TRUE if the preferences were loaded successfully, FALSE otherwise.

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

Download Documentation Last updated: Sun, 28 Sep 2008
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.