HttpQueryString::xlate
(PECL pecl_http >= 0.25.0)
HttpQueryString::xlate — Change query strings charset
Opis
public
bool HttpQueryString::xlate
( string
$ie
, string $oe
)Converts the query string from the source encoding ie to the target encoding oe.
Ostrzeżenie
Don't use any character set that can contain NUL bytes like UTF-16.
Informacja:
This method requires ext/iconv to be enabled and loaded.
Parametry
-
ie -
input encoding
-
oe -
output encoding
Zwracane wartości
Zwraca TRUE w przypadku powodzenia, FALSE w
przypadku błędu.
There are no user contributed notes for this page.
