uTools-Manuals/docs/php/sapi_windows_cp_is_utf8.html
2019-04-08 23:22:26 +08:00

50 lines
1.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Indicates whether the codepage is UTF-8 compatible</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.sapi-windows-cp-is-utf8" class="refentry">
<div class="refnamediv">
<h1 class="refname">sapi_windows_cp_is_utf8</h1>
<p class="verinfo">(PHP 7 &gt;= 7.1.0)</p><p class="refpurpose"><span class="refname">sapi_windows_cp_is_utf8</span> &mdash; <span class="dc-title">Indicates whether the codepage is UTF-8 compatible</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.sapi-windows-cp-is-utf8-description">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>sapi_windows_cp_is_utf8</strong></span>
( <span class="methodparam">void</span>
) : <span class="type">bool</span></div>
<p class="para rdfs-comment">
Indicates whether the codepage of the current process is UTF-8 compatible.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.sapi-windows-cp-is-utf8-parameters">
<h3 class="title">参数</h3>
<p class="para">此函数没有参数。</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.sapi-windows-cp-is-utf8-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
Returns whether the codepage of the current process is UTF-8 compatible.
</p>
</div>
<div class="refsect1 seealso" id="refsect1-function.sapi-windows-cp-is-utf8-seealso">
<h3 class="title">参见</h3>
<ul class="simplelist">
<li class="member"><span class="function"><a href="sapi_windows_cp_get.html" class="function" rel="rdfs-seeAlso">sapi_windows_cp_get()</a> - Get process codepage</span></li>
</ul>
</div>
</div></div></div></body></html>