PHP 8.3.4 Released!

sapi_windows_cp_set

(PHP 7 >= 7.1.0, PHP 8)

sapi_windows_cp_set現在のプロセスのコードページを設定する

説明

sapi_windows_cp_set(int $codepage): bool

現在のプロセスのコードページを設定します。

パラメータ

codepage

コードページの識別子。

戻り値

成功した場合に true を、失敗した場合に false を返します。

参考

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top