PHP 杂项函数

PHP sapi_windows_cp_set() 函数用于设置当前进程的代码页。

语法

sapi_windows_cp_set(codepage) 

参数

codepage必填。 指定代码页标识符。

返回值

成功时返回 true,失败时返回 false。