previousPEAR_PackageUpdate::loadPreferences (Previous) (Next) PEAR_PackageUpdate::checkUpdatenext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

PEAR_PackageUpdate::determinePrefFile

PEAR_PackageUpdate::determinePrefFile – 設定ファイルへのパスを返す

Synopsis

require_once 'PEAR/PackageUpdate.php';

string PEAR_PackageUpdate::determinePrefFile ( )

Description

設定ファイルへのパスを返します。

設定ファイルには、利用者が個々のパッケージについて通知を受け取るかどうかの設定を記録します。 Windows マシンを使用している利用者の場合、このファイルは PEAR_CONFIG_SYSCONFIG ディレクトリ内に ppurc.ini という名前で保存されます。 他のオペレーティングシステムを使用している利用者の場合は、 ホームディレクトリに .ppurc という名前で保存されます。

Note

since 0.4.0a1

This function can be called statically.

Return value

string - The full path to the preferences file.

previousPEAR_PackageUpdate::loadPreferences (Previous) (Next) PEAR_PackageUpdate::checkUpdatenext

Download Documentation Last updated: Sun, 21 Jun 2009
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.