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

search for in the

HttpRequest> <HttpQueryString クラス
Last updated: Fri, 03 Oct 2008

view this page in

HttpQueryString::xlate

(PECL pecl_http:0.25.0-1.5.5)

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.

HttpRequest> <HttpQueryString クラス
Last updated: Fri, 03 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites