Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17194 программиста и 1834 робота. Сейчас ищут 1662 программиста ...
PEAR_PackageUpdate::determinePrefFile
Вернуться к: PEAR_PackageUpdate
PEAR_PackageUpdate::determinePrefFile
PEAR_PackageUpdate::determinePrefFile – Returns the path to the preferences file.
Synopsis
require_once 'PEAR/PackageUpdate.php';
string PEAR_PackageUpdate::determinePrefFile ( )
Returns the path to the preferences file.
The preferences file holds information about whether or not the user would like to be notified about updates for individual packages. 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 operating system, the preferences file will be stored in the user's home directory as the file .ppurc.
Note
since 0.4.0a1
This function can be called statically.
Return value
string - The full path to the preferences file.
Вернуться к: PEAR_PackageUpdate