recode_file | PHP 3.0.13 |
bool recode_file(string request, resource input, resource output) |
|
request に基づいてファイル input をファイル output にコード変換します。 |
recode_string | PHP 3.0.13 |
string recode_string(string request, string str) |
|
request に基づいて文字列 str をコード変換します。 |