bits_to_privilege (line
486)
Given a bit mask of the privileges, will return an array of the text values of privileges.
mixed
bits_to_privilege
(integer $raw_bits, [ $resourcetype = 'resource'])
-
integer
$raw_bits: A bit mask of the privileges.
-
$resourcetype
ConstructURL (line
354)
Construct a URL from the supplied dav_name. The URL will be urlencoded, except for any '/' characters in it.
void
ConstructURL
(string $partial_path, [ $force_script = false])
-
string
$partial_path: The part of the path after the script name
-
$force_script
DateToISODate (line
423)
Convert a date into ISO format into the sparkly new ISO format.
void
DateToISODate
(string $indate)
-
string
$indate: The date to convert
DeconstructURL (line
383)
Deconstruct a dav_name from the supplied URL. The dav_name will be urldecoded.
void
DeconstructURL
( $url, [ $force_script = false], string $partial_path)
-
string
$partial_path: The part of the path after the script name
-
$url
-
$force_script
early_exception_handler (line
20)
void
early_exception_handler
( $e)
getPrincipalByID (line
284)
Return a user record identified by a user_no, caching it for any subsequent lookup
void
getPrincipalByID
( $principal_id, [boolean $use_cache = true], int $user_no)
-
int
$user_no: The ID of the record to retrieve
-
boolean
$use_cache: Whether or not to use the cache (default: yes)
-
$principal_id
getStatusMessage (line
297)
Return the HTTP status code description for a given code. Hopefully this is an efficient way to code this.
string
getStatusMessage
( $status)
getUserByEMail (line
258)
Return a user record identified by e-mail address, caching it for any subsequent lookup
void
getUserByEMail
(string $email, [boolean $use_cache = true])
-
string
$email: The email address of the user record to retrieve
-
boolean
$use_cache: Whether or not to use the cache (default: yes)
getUserByID (line
271)
Return a user record identified by a user_no, caching it for any subsequent lookup
void
getUserByID
(int $user_no, [boolean $use_cache = true])
-
int
$user_no: The ID of the record to retrieve
-
boolean
$use_cache: Whether or not to use the cache (default: yes)
getUserByName (line
245)
Return a user record identified by a username, caching it for any subsequent lookup
void
getUserByName
(string $username, [boolean $use_cache = true])
-
string
$username: The username of the record to retrieve
-
boolean
$use_cache: Whether or not to use the cache (default: yes)
ISODateToHTTPDate (line
414)
Convert a date from ISO format into the sad old HTTP format.
void
ISODateToHTTPDate
(string $isodate)
-
string
$isodate: The date to convert
privileges_to_XML (line
533)
Returns the array of privilege names converted into XMLElements
void
privileges_to_XML
( $privilege_names, [ &$xmldoc = null])
-
$privilege_names
-
&$xmldoc
privilege_to_bits (line
436)
void
privilege_to_bits
( $raw_privs)
_davical_get_principal_query_cached (line
211)
void
_davical_get_principal_query_cached
( $where, $parameter)