Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
unicode_encode
Popis
string unicode_encode ( unicode input, string encoding, int flags )Varovánà |
Tato funkce ještě nenà zdokumentována, k dispozici je pouze seznam argumentů. |
Takes a unicode string and converts it to a string in
the specified encoding
.
Seznam parametrů
input
The unicode string that will be encoded.
encoding
The new encoding for
input
.flags
Flags
Errors/Exceptions
Emits a E_WARNING level error if a converter cannot
be created for the desired encoding
.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
i18n_loc_set_default | Nahoru |