PHP 8.3.4 Released!

sapi_windows_cp_is_utf8

(PHP 7 >= 7.1.0, PHP 8)

sapi_windows_cp_is_utf8コードページがUTF-8と互換性があるかを返す

説明

sapi_windows_cp_is_utf8(): bool

現在のプロセスのコードページが UTF-8 と互換性があるかを返します。

パラメータ

この関数にはパラメータはありません。

戻り値

現在のプロセスのコードページが UTF-8 と互換性があるかを返します。

参考

add a note

User Contributed Notes

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