HttpQueryString::xlate
(no version information, might be only in CVS)
HttpQueryString::xlate -- Change query strings charset
Leírás
publicbool
HttpQueryString::xlate ( string ie, string oe )
Converts the query string from the source encoding ie to the target encoding oe.
Figyelem |
Don't use any character set that can contain NUL bytes like UTF-16.
|
Megjegyzés:
This method requires ext/iconv to be enabled and loaded.
Paraméterek
- ie
input encoding
- oe
output encoding
Visszatérési értékek
Siker esetén TRUE értékkel tér vissza,
ellenkező esetben FALSE értéket ad.