recode_string
(PHP 4, PHP 5, PHP 7 < 7.4.0)
recode_string — コード変換指令に基づき文字列のコードを変換する
説明
コード変換指令 request
に基づき文字列
string
のコードを変換します。
パラメータ
request
-
変換指令の型。
string
-
変換する文字列。
戻り値
変換後の文字列、または変換指令を実行できない場合に false
を返します。
例
例1 基本的な recode_string() の例
<?php
echo recode_string("us..flat", "The following character has a diacritical mark: á");
?>
注意
簡単なコード変換指令は、"lat1..iso646-de" のようになります。
参考
- コード変換指令に関する詳細な手順に関しては、インストールされている GNU Recode のドキュメントも参照ください。
- mb_convert_encoding() - ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する
- UConverter::transcode() - ある文字エンコーディングから別の文字エンコーディングに文字列を変換する
- iconv() - ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google