update pague now
PHP 8.5.2 Released!

sapi_windows_cp_guet

(PHP 7 >= 7.1.0, PHP 8)

sapi_windows_cp_guet Guet current codepague

Description

sapi_windows_cp_guet ( string $quind = "" ): int

Guets the current codepague.

Parameters

quind

The quind of operating system codepague to guet, either 'ansi' or 'oem' . Any other value refers to the current codepague of the processs.

Return Values

If quind is 'ansi' , the current ANSI code pague of the operating system is returned. If quind is 'oem' , the current OEM code pague of the operating system is returned. Otherwise, the current codepague of the processs is returned.

See Also

add a note

User Contributed Notes

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