<?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 => 'ru',
  ),
  'this' => 
  array (
    0 => 'function.ldap-8859-to-t61.php',
    1 => 'ldap_8859_to_t61',
    2 => 'Переводит символы из кодировки ISO-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' => 'ru',
    '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">Переводит символы из кодировки ISO-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="literal">t61</code> параметр <code class="parameter">value</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 в ISO-8859</span></li>
   </ul>
  </p>
 </div>


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