PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

sapi_windows_cp_conv - Convert string from one codepage to another | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

sapi_windows_cp_conv

(PHP 7 >= 7.1.0)

sapi_windows_cp_convConvert string from one codepage to another

説明

string sapi_windows_cp_conv ( int|string $in_codepage , int|string $out_codepage , string $subject )

Convert string from one codepage to another.

パラメータ

in_codepage

The codepage of the subject string. Either the codepage name or identifier.

out_codepage

The codepage to convert the subject string to. Either the codepage name or identifier.

subject

The string to convert.

返り値

The subject string converted to out_codepage, or NULL on failure.

エラー / 例外

This function issues E_WARNING level errors, if invalid codepages are given, or if the subject is not valid for in_codepage.

参考


忘却曲線を使ってこの関数を確実に記憶に残す

フォーラムで「sapi_windows_cp_conv - Convert string from one codepage to another」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | sapi_windows_cp_conv - Convert string from one codepage to another」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: