XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe XoopsLocalAbstract
+ Graphe d'héritage de XoopsLocalAbstract:

Fonctions membres publiques

 number_format ($number)
 
 money_format ($format, $number)
 
 __call ($name, $args)
 

Fonctions membres publiques statiques

static substr ($str, $start, $length, $trimmarker='...')
 
static utf8_encode ($text)
 
static convert_encoding ($text, $to='utf-8', $from='')
 
static trim ($text)
 
static getTimeFormatDesc ()
 
static formatTimestamp ($time, $format='l', $timeoffset=null)
 

Description détaillée

Documentation des fonctions membres

◆ __call()

__call (   $name,
  $args 
)

XoopsLocalAbstract::__call()

Paramètres
mixed$name
mixed$args
Renvoie
mixed

◆ convert_encoding()

static convert_encoding (   $text,
  $to = 'utf-8',
  $from = '' 
)
static

XoopsLocalAbstract::convert_encoding()

Paramètres
mixed$text
string$to
string$from
Renvoie
mixed|string
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ formatTimestamp()

static formatTimestamp (   $time,
  $format = 'l',
  $timeoffset = null 
)
static

Function to display formatted times in user timezone

Setting $timeoffset to null (by default) will skip timezone calculation for user, using default timezone instead, which is a MUST for cached contents

Paramètres
$time
string$format
null | string$timeoffset
Renvoie
string
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ getTimeFormatDesc()

static getTimeFormatDesc ( )
static

Get description for setting time format

◆ money_format()

money_format (   $format,
  $number 
)

XoopsLocalAbstract::money_format()

Paramètres
mixed$format
mixed$number
Renvoie
mixed

Réimplémentée dans XoopsLocal.

◆ number_format()

number_format (   $number)

XoopsLocalAbstract::number_format()

Paramètres
mixed$number
Renvoie
mixed

Réimplémentée dans XoopsLocal.

◆ substr()

static substr (   $str,
  $start,
  $length,
  $trimmarker = '...' 
)
static

XoopsLocalAbstract::substr()

Paramètres
mixed$str
mixed$start
mixed$length
string$trimmarker
Renvoie
mixed|string
+ Voici le graphe des appelants de cette fonction :

◆ trim()

static trim (   $text)
static

XoopsLocalAbstract::trim()

Paramètres
mixed$text
Renvoie
string
+ Voici le graphe des appelants de cette fonction :

◆ utf8_encode()

static utf8_encode (   $text)
static

XoopsLocalAbstract::utf8_encode()

Paramètres
mixed$text
Renvoie
string
+ Voici le graphe des appelants de cette fonction :

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