convert unicodes to the character of given encoding
| Parameters | |||
|---|---|---|---|
integer|array
|
$unicode |
single unicode or list of unicodes to convert |
# |
string
|
$encoding = null |
encoding of returned string, if null mb_internal_encoding() is used |
# |
| Returns | |
|---|---|
string
|
unicode as character sequence in given $encoding |