Forum und email

HttpQueryString::xlate

(PECL pecl_http:0.25.0-1.5.5)

HttpQueryString::xlate — Change query strings charset

설명

public bool HttpQueryString::xlate ( string $ie , string $oe )

Converts the query string from the source encoding ie to the target encoding oe.

Warning

Don't use any character set that can contain NUL bytes like UTF-16.

Note: This method requires ext/iconv to be enabled and loaded.

매개변수

ie

input encoding

oe

output encoding

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.