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
inputThe unicode string that will be encoded.
encodingThe new encoding for
input.flagsFlags
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 |