HttpQueryString::xlate
(no version information, might be only in CVS)
HttpQueryString::xlate -- Change query strings charset
Beskrivelse
publicbool
HttpQueryString::xlate ( string ie, string oe )
Converts the query string from the source encoding ie to the target encoding oe.
Advarsel |
Don't use any character set that can contain NUL bytes like UTF-16.
|
Bemærk:
This method requires ext/iconv to be enabled and loaded.
Parameterliste
ie
input encoding
oe
output encoding
Returneringsværdier
Returnerer TRUE ved succes, FALSE ved fejl.