XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence du fichier functions.php

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)
 

Documentation des fonctions

◆ modify_chmod()

modify_chmod (   $value_chmod,
  $path_file,
  $id 
)
Paramètres
$value_chmod
$path_file
$id
Renvoie
string

◆ system_AdminIcons()

system_AdminIcons (   $img)
Paramètres
$img
Renvoie
mixed
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ system_adminVersion()

system_adminVersion (   $version,
  $value = '' 
)
Paramètres
$version
string$value
Renvoie
mixed

◆ system_CleanVars()

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.

Paramètres
$global
$key
string$default
string$type
Renvoie
int|mixed|string
Obsolète:
since 2.5.11, please use Xmf\Request

◆ system_loadLanguage()

system_loadLanguage (   $name,
  $domain = '',
  $language = null 
)

System language loader wrapper

Paramètres
string$nameName of language file to be loaded, without extension
string$domainModule dirname; global language file will be loaded if $domain is set to 'global' or not specified
string$languageLanguage to be loaded, current language content will be loaded if not specified
Renvoie
boolean
A faire:
expand domain to multiple categories, e.g. module:system, framework:filter, etc.

We must check later for an empty value. As xoops_getPageOption could be empty

◆ system_loadTemplate()

system_loadTemplate (   $name)
Paramètres
$name