• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • sapi_windows_cp_get()

    (PHP 7 >= 7.1.0)

    Get process codepage

    说明

    sapi_windows_cp_get(string $kind): int

    Get the identifier of the codepage of the current process.

    参数

    $kind

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

    返回值

    Returns the codepage identifier.

    参见