cachePrefValues (line
19)
Check the preferences into the session cache.
void
cachePrefValues
( $data_dir, $username)
Check for a preferences file. If one can not be found, create it.
void
checkForPrefs
( $data_dir, $username, [ $filename = ''])
-
$data_dir
-
$username
-
$filename
Return the value for the preference given by $string.
void
getPref
( $data_dir, $username, $string, [ $default = ''])
-
$data_dir
-
$username
-
$string
-
$default
Get the signature.
void
getSig
( $data_dir, $username, $number)
-
$data_dir
-
$username
-
$number
Remove a preference for the current user.
void
removePref
( $data_dir, $username, $string)
-
$data_dir
-
$username
-
$string
savePrefValues (line
114)
Save the preferences for this user.
void
savePrefValues
( $data_dir, $username)
Set a there preference $string to $value.
void
setPref
( $data_dir, $username, $string, $value)
-
$data_dir
-
$username
-
$string
-
$value
Write the User Signature.
void
setSig
( $data_dir, $username, $number, $value)
-
$data_dir
-
$username
-
$number
-
$value