PHP Velho Oeste 2024

sapi_windows_cp_get

(PHP 7 >= 7.1.0)

sapi_windows_cp_getGet process codepage

Description

int sapi_windows_cp_get ( string $kind )

Get the identifier of the codepage of the current process.

Parameters

kind

The kind of codepage: either 'ansi' or 'oem'.

Return Values

Returns the codepage identifier.

See Also

add a note add a note

User Contributed Notes

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