recode_string
recode_string — コード変換指令に基づき文字列のコードを変換する
説明
string recode_string ( string request, string string )コード変換指令 request に基づき文字列 string のコードを変換します。
パラメータ
- request
-
変換指令の型。
- string
-
変換する文字列。
返り値
変換後の文字列、または変換指令を実行できない場合に FALSE を返します。例
例 1932. 基本的な recode_string() の例
<?php
echo recode_string("us..flat", "The following character has a diacritical mark: á");
?>
注意
簡単なコード変換指令は、"lat1..iso646-de" のようになります。参考
コード変換指令に関する詳細な手順に関しては、インストールされている GNU Recode のドキュメントも参照ください。 |
Weblioに収録されているすべての辞書からrecode_stringを検索する場合は、下記のリンクをクリックしてください。

- recode_stringのページへのリンク