XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe XoopsUserUtility

Fonctions membres publiques statiques

static sendWelcome ($user)
 
static validate ()
 
static getIP ($asString=false)
 
static getUnameFromIds ($uid, $usereal=false, $linked=false)
 
static getUnameFromId ($userid, $usereal=false, $linked=false)
 

Documentation des fonctions membres

◆ getIP()

static getIP (   $asString = false)
static

Get client IP

Adapted from PMA_getIp() [phpmyadmin project]

Paramètres
bool$asStringrequiring integer or dotted string
Renvoie
mixed string or integer value for the IP
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ getUnameFromId()

static getUnameFromId (   $userid,
  $usereal = false,
  $linked = false 
)
static

XoopsUserUtility::getUnameFromId()

Paramètres
mixed$userid
mixed$usereal
mixed$linked
Renvoie
string
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ getUnameFromIds()

static getUnameFromIds (   $uid,
  $usereal = false,
  $linked = false 
)
static

XoopsUserUtility::getUnameFromIds()

Paramètres
mixed$uid
mixed$usereal
mixed$linked
Renvoie
array
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ sendWelcome()

static sendWelcome (   $user)
static

XoopsUserUtility::sendWelcome

Paramètres
mixed$user
Renvoie
bool
+ Voici le graphe d'appel pour cette fonction :

◆ validate()

static validate ( )
static

$uname, $email, $pass = null, $vpass = null XoopsUserUtility::validate

Renvoie
bool|string

if (strrpos($uname, ' ') > 0) { $stop .= _US_NICKNAMENOSPACES . '
'; }

+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

La documentation de cette classe a été générée à partir du fichier suivant :