<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.ldap.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.ldap-8859-to-t61.php',
    1 => 'ldap_8859_to_t61',
    2 => '8859 文字を t61 文字に変換する',
  ),
  'up' => 
  array (
    0 => 'ref.ldap.php',
    1 => 'LDAP 関数',
  ),
  'prev' => 
  array (
    0 => 'ref.ldap.php',
    1 => 'LDAP 関数',
  ),
  'next' => 
  array (
    0 => 'function.ldap-add.php',
    1 => 'ldap_add',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/ldap/functions/ldap-8859-to-t61.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<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 &gt;= 4.0.2, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ldap_8859_to_t61</span> &mdash; <span class="dc-title">8859 文字を t61 文字に変換する</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"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$value</code></span>): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   <code class="literal">ISO-8859</code> 文字を <code class="literal">t61</code>
   文字に変換します。
  </p>
  <p class="para">
   この関数は、
   <code class="literal">LDAPv2</code> サーバーとやり取りしなければならない場合に有用です。
  </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">
       変換するテキスト。
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.ldap-8859-to-t61-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   <code class="parameter">value</code> を
   <code class="literal">t61</code> に変換したものを返します。
   失敗した場合に <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> を返します
  </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><span class="function"><a href="function.ldap-t61-to-8859.php" class="function" rel="rdfs-seeAlso">ldap_t61_to_8859()</a> - t61 文字を 8859 文字に変換する</span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer($setup); ?>