mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-17 21:16:57 +08:00
75 lines
2.2 KiB
HTML
75 lines
2.2 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>Translate 8859 characters to t61 characters</title>
|
|
</head>
|
|
<body class="docs"><div id="layout">
|
|
<div id="layout-content"><div id="function.ldap-8859-to-t61" class="refentry">
|
|
<div class="refnamediv">
|
|
<h1 class="refname">ldap_8859_to_t61</h1>
|
|
<p class="verinfo">(PHP 4 >= 4.0.2, PHP 5, PHP 7)</p><p class="refpurpose"><span class="refname">ldap_8859_to_t61</span> — <span class="dc-title">Translate 8859 characters to t61 characters</span></p>
|
|
|
|
</div>
|
|
|
|
<div class="refsect1 description" id="refsect1-function.ldap-8859-to-t61-description">
|
|
<h3 class="title">说明</h3>
|
|
<div class="methodsynopsis dc-description">
|
|
<span class="methodname"><strong>ldap_8859_to_t61</strong></span>
|
|
( <span class="methodparam"><span class="type">string</span> <code class="parameter">$value</code></span>
|
|
) : <span class="type">string</span></div>
|
|
|
|
<p class="para rdfs-comment">
|
|
Translate <em>ISO-8859</em> characters to <em>t61</em>
|
|
characters.
|
|
</p>
|
|
<p class="para">
|
|
This function is useful if you have to talk to a legacy
|
|
<em>LDAPv2</em> server.
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 parameters" id="refsect1-function.ldap-8859-to-t61-parameters">
|
|
<h3 class="title">参数</h3>
|
|
<p class="para">
|
|
<dl>
|
|
|
|
|
|
<dt>
|
|
<code class="parameter">value</code></dt>
|
|
|
|
<dd>
|
|
|
|
<p class="para">
|
|
The text to be translated.
|
|
</p>
|
|
</dd>
|
|
|
|
|
|
</dl>
|
|
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 returnvalues" id="refsect1-function.ldap-8859-to-t61-returnvalues">
|
|
<h3 class="title">返回值</h3>
|
|
<p class="para">
|
|
Return the <em>t61</em> translation of
|
|
<code class="parameter">value</code>.
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 seealso" id="refsect1-function.ldap-8859-to-t61-seealso">
|
|
<h3 class="title">参见</h3>
|
|
<p class="para">
|
|
<ul class="simplelist">
|
|
<li class="member"><span class="function"><a href="ldap_t61_to_8859.html" class="function" rel="rdfs-seeAlso">ldap_t61_to_8859()</a> - Translate t61 characters to 8859 characters</span></li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
|
|
|
|
</div></div></div></body></html> |