parent root
PHP: sapi_windows_cp_set - Manual
PHP 7.2.23 Release Announcement

sapi_windows_cp_set

(PHP 7 >= 7.1.0)

sapi_windows_cp_setSet process codepage

Description

sapi_windows_cp_set ( int $cp ) : bool

Set the codepage of the current process.

Parameters

cp

A codepage identifier.

Return Values

Returns TRUE on success or FALSE on failure.

See Also

add a noteadd a note

User Contributed Notes

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