(PECL pecl_http >= 0.25.0)
HttpQueryString::xlate — Change query strings charset
$ie
, string $oe
)Converts the query string from the source encoding ie to the target encoding oe.
Don't use any character set that can contain NUL bytes like UTF-16.
Nota:
This method requires ext/iconv to be enabled and loaded.
ie
input encoding
oe
output encoding
Retorna TRUE
em caso de sucesso ou FALSE
em caso de falha.