![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Espaces de nommage | |
| system | |
Fonctions | |
| system_CleanVars (&$global, $key, $default='', $type='int') | |
| system_loadLanguage ($name, $domain='', $language=null) | |
| system_adminVersion ($version, $value='') | |
| system_AdminIcons ($img) | |
| system_loadTemplate ($name) | |
| modify_chmod ($value_chmod, $path_file, $id) | |
| modify_chmod | ( | $value_chmod, | |
| $path_file, | |||
| $id | |||
| ) |
| $value_chmod | |
| $path_file | |
| $id |
| system_AdminIcons | ( | $img | ) |
| $img |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :| system_adminVersion | ( | $version, | |
$value = '' |
|||
| ) |
| $version | ||
| string | $value |
| system_CleanVars | ( | & | $global, |
| $key, | |||
$default = '', |
|||
$type = 'int' |
|||
| ) |
Get variables passed by GET or POST method
Comment by Taiwen Jiang (a.k.a. phppp): THE METHOD IS NOT COMPLETE AND NOT SAFE. YOU ARE ENCOURAGED TO USE PHP'S NATIVE FILTER_VAR OR FILTER_INPUT FUNCTIONS DIRECTLY BEFORE WE MIGRATE TO XOOPS 3.
| $global | ||
| $key | ||
| string | $default | |
| string | $type |
| system_loadLanguage | ( | $name, | |
$domain = '', |
|||
$language = null |
|||
| ) |
System language loader wrapper
| string | $name | Name of language file to be loaded, without extension |
| string | $domain | Module dirname; global language file will be loaded if $domain is set to 'global' or not specified |
| string | $language | Language to be loaded, current language content will be loaded if not specified |
We must check later for an empty value. As xoops_getPageOption could be empty
| system_loadTemplate | ( | $name | ) |
| $name |