downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

HttpRequest> <HttpQueryString::toString
[edit] Last updated: Fri, 25 May 2012

view this page in

HttpQueryString::xlate

(PECL pecl_http >= 0.25.0)

HttpQueryString::xlateクエリ文字列の文字セットを変更する

説明

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

クエリ文字列のエンコーディングを、ie から oe に変換します。

警告

UTF-16 のように NUL バイトを含められる文字セットは、使用しないでください。

注意:

このメソッドを使用するには、ext/iconv が有効になっている必要があります。

パラメータ

ie

入力エンコーディング。

oe

出力エンコーディング。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。



add a note add a note User Contributed Notes HttpQueryString::xlate
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites