HttpQueryString::xlate
(no version information, might be only in CVS)
HttpQueryString::xlate -- クエリ文字列の文字セットを変更する
説明
publicbool
HttpQueryString::xlate ( string ie, string oe )
クエリ文字列のエンコーディングを、ie から oe に変換します。
警告 |
UTF-16 のように NUL バイトを含められる文字セットは、使用しないでください。
|
注意:
このメソッドを使用するには、ext/iconv が有効になっている必要があります。
パラメータ
- ie
入力エンコーディング。
- oe
出力エンコーディング。
返り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。