-
desc
-
-
author
-
-
link
-
kaloyansen@gmail.com
-
version
-
0.0.3
Table of Contents
-
loadPost()
: mixed
-
euro()
: string
-
figure()
: string
-
fouet()
: string
-
second2hour()
: string
-
string2list()
: string
loadPost()
public
loadPost() : mixed
Return values
mixed
—
euro()
protected
static euro(int $eu) : string
Parameters
-
$eu
: int
-
Return values
string
—
protected
static figure([string $fichier = 'path/to/file.ext' ][, string $caption = 'text_to_display' ][, string $taille = 'petit' ]) : string
Parameters
-
$fichier
: string
= 'path/to/file.ext'
-
-
$caption
: string
= 'text_to_display'
-
-
$taille
: string
= 'petit'
-
Return values
string
—
fouet()
protected
static fouet(int $fou) : string
Parameters
-
$fou
: int
-
Return values
string
—
second2hour()
protected
static second2hour(int $seconds) : string
Parameters
-
$seconds
: int
-
Return values
string
—
string2list()
protected
static string2list(string $input[, string $delimiter = ',' ][, bool $numbered = true ]) : string
Parameters
-
$input
: string
-
-
$delimiter
: string
= ','
-
-
$numbered
: bool
= true
-
Return values
string
—