PHP 8.3.4 Released!

sapi_windows_cp_get

(PHP 7 >= 7.1.0, PHP 8)

sapi_windows_cp_getGet current codepage

Descripción

sapi_windows_cp_get(string $kind = ""): int

Gets the current codepage.

Parámetros

kind

The kind of operating system codepage to get, either 'ansi' or 'oem'. Any other value refers to the current codepage of the process.

Valores devueltos

If kind is 'ansi', the current ANSI code page of the operating system is returned. If kind is 'oem', the current OEM code page of the operating system is returned. Otherwise, the current codepage of the process is returned.

Ver también

add a note

User Contributed Notes

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