calculateCommonHostSuffix [line 74]
string calculateCommonHostSuffix(
array $hosts
)
|
|
Parameters:
array |
$hosts: |
list of strings (hosts) |
API Tags:
Return: | the common suffix |
debug [line 36]
write debug messages to the log
Parameters:
downloadFile [line 112]
void downloadFile(
$url
)
|
|
Parameters:
getLocalisedValue [line 155]
string getLocalisedValue(
array $val_arr, string $locale
)
|
|
pick a proper value for a given language
Parameters:
array |
$val_arr: |
an array of (locale,content) records |
string |
$locale: |
locale language code |
API Tags:
Return: | localised value corresponding to the chosen locale or to the defalut locale C if a better mach was not available |
png_inject_consortium_logo [line 175]
void png_inject_consortium_logo(
$inputpngstring, [ $symbolsize = 12], [ $marginsymbols = 4]
)
|
|
Parameters:
|
$inputpngstring: |
|
|
$symbolsize: |
|
|
$marginsymbols: |
|
rrmdir [line 57]
this direcory delete function has been copied from PHP documentation
Parameters:
uuid [line 135]
UUID uuid(
[string $prefix = ''], [ $deterministic_source = NULL]
)
|
|
generates a UUID
Parameters:
string |
$prefix: |
an extra prefix to set before the UUID |
|
$deterministic_source: |
|
API Tags:
Return: | (possibly prefixed) |