XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence du fichier locale.php

Structures de données

class  XoopsLocal
 

Espaces de nommage

 kernel
 

Variables

const _TODAY "\T\o\d\a\y G:i"
 
const _YESTERDAY "\Y\\e\s\\t\\e\\r\d\a\y G:i"
 
const _MONTHDAY 'n/j G:i'
 
const _YEARMONTHDAY 'Y/n/j G:i'
 
const _ELAPSE '%s ago'
 
const _TIMEFORMAT_DESC "Valid formats: \"s\" - " . _SHORTDATESTRING . "; \"m\" - " . _MEDIUMDATESTRING . "; \"l\" - " . _DATESTRING . ';<br>' . "\"c\" or \"custom\" - format determined according to interval to present; \"e\" - Elapsed; \"mysql\" - Y-m-d H:i:s;<br>" . "specified string - Refer to <a href=\"http://php.net/manual/en/function.date.php\" rel=\"external\">PHP manual</a>."
 

Documentation des variables

◆ _ELAPSE

const _ELAPSE '%s ago'

◆ _MONTHDAY

const _MONTHDAY 'n/j G:i'

◆ _TIMEFORMAT_DESC

const _TIMEFORMAT_DESC "Valid formats: \"s\" - " . _SHORTDATESTRING . "; \"m\" - " . _MEDIUMDATESTRING . "; \"l\" - " . _DATESTRING . ';<br>' . "\"c\" or \"custom\" - format determined according to interval to present; \"e\" - Elapsed; \"mysql\" - Y-m-d H:i:s;<br>" . "specified string - Refer to <a href=\"http://php.net/manual/en/function.date.php\" rel=\"external\">PHP manual</a>."

◆ _TODAY

const _TODAY "\T\o\d\a\y G:i"

◆ _YEARMONTHDAY

const _YEARMONTHDAY 'Y/n/j G:i'

◆ _YESTERDAY

const _YESTERDAY "\Y\\e\s\\t\\e\\r\d\a\y G:i"