class UnicodeHelper (View source)

Class UnicodeHelper

Methods

static mixed
latinToAscii(string $string, integer $case)

latinToAscii

static string
strtolower(string $str)

strtolower

static string
utf8strtolower(string $string)

utf8strtolower

static bool|string
fromUnicode(array $arr)

fromUnicode

static bool
toUnicode(string $str)

toUnicode

Details

at line line 28
static mixed latinToAscii(string $string, integer $case)

latinToAscii

Parameters

string $string
integer $case

Return Value

mixed

at line line 271
static string strtolower(string $str)

strtolower

Parameters

string $str

Return Value

string

at line line 290
static string utf8strtolower(string $string)

utf8strtolower

Parameters

string $string

Return Value

string

at line line 372
static bool|string fromUnicode(array $arr)

fromUnicode

Parameters

array $arr

Return Value

bool|string

at line line 466
static bool toUnicode(string $str)

toUnicode

Parameters

string $str

Return Value

bool