unicode_encode
Opis
string unicode_encode ( unicode input, string encoding, int flags )Ostrzeżenie |
Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów. |
Takes a unicode string and converts it to a string in
the specified encoding
.
Parametry
input
The unicode string that will be encoded.
encoding
The new encoding for
input
.flags
Flags
Błędy/Wyjątki
Emits a E_WARNING level error if a converter cannot
be created for the desired encoding
.
Przykłady
Poprzedni | Spis treści | Następny |
i18n_loc_set_default | Początek rozdziału |