![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
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) |
Class XoopsLocalAbstract
| __call | ( | $name, | |
| $args | |||
| ) |
|
static |
XoopsLocalAbstract::convert_encoding()
| mixed | $text | |
| string | $to | |
| string | $from |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :
|
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
| $time | ||
| string | $format | |
| null | string | $timeoffset |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :
|
static |
Get description for setting time format
| money_format | ( | $format, | |
| $number | |||
| ) |
XoopsLocalAbstract::money_format()
| mixed | $format | |
| mixed | $number |
Réimplémentée dans XoopsLocal.
| number_format | ( | $number | ) |
XoopsLocalAbstract::number_format()
| mixed | $number |
Réimplémentée dans XoopsLocal.
|
static |
| mixed | $str | |
| mixed | $start | |
| mixed | $length | |
| string | $trimmarker |
Voici le graphe des appelants de cette fonction :
|
static |
| mixed | $text |
Voici le graphe des appelants de cette fonction :
|
static |
XoopsLocalAbstract::utf8_encode()
| mixed | $text |
Voici le graphe des appelants de cette fonction :