Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
PEAR_PackageUpdate::savePreferences
Вернуться к: PEAR_PackageUpdate
PEAR_PackageUpdate::savePreferences
PEAR_PackageUpdate::savePreferences – Saves the user preferences to the preference file.
Synopsis
require_once 'PEAR/PackageUpdate.php';
boolean PEAR_PackageUpdate::savePreferences ( string $pref_file = '' )
Saves the user's preferences to the preference file.
Parameter
- string $pref_file
-
The path to the file to save user's preferences to.
Throws
throws PEAR_PACKAGEUPDATE_ERROR_PREFFILE_WRITEACCESS, when user's preference file has no WRITE access right.
throws PEAR_PACKAGEUPDATE_ERROR_PREFFILE_WRITEERROR, when an I/O error occured while writing user's preference file contents.
Note
since 0.4.0a1
This function can not be called statically.
Return value
boolean - TRUE if the user's preferences were saved successfully, FALSE othewise.
Вернуться к: PEAR_PackageUpdate