downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the Git repository for this website on git.php.net.

Source of: /manual/pl/function.ldap-8859-to-t61.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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 => 'pl',
  ),
 
'this' =>
  array (
   
0 => 'function.ldap-8859-to-t61.php',
   
1 => 'ldap_8859_to_t61',
  ),
 
'up' =>
  array (
   
0 => 'ref.ldap.php',
   
1 => 'LDAP Funkcje',
  ),
 
'prev' =>
  array (
   
0 => 'ref.ldap.php',
   
1 => 'LDAP Funkcje',
  ),
 
'next' =>
  array (
   
0 => 'function.ldap-add.php',
   
1 => 'ldap_add',
  ),
 
'alternatives' =>
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<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)</p><p class="refpurpose"><span class="refname">ldap_8859_to_t61</span> &mdash; <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">Opis</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">string</span> <span class="methodname"><strong>ldap_8859_to_t61</strong></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$value</code></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">Parametry</h3>
  <p class="para">
   <dl>

    <dt>

     <span class="term"><em><code class="parameter">value</code></em></span>
     <dd>

      <p class="para">
       The text to be translated.
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.ldap-8859-to-t61-returnvalues">
  <h3 class="title">Zwracane wartości</h3>
  <p class="para">
   Return the <em>t61</em> translation of
   <em><code class="parameter">value</code></em>.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.ldap-8859-to-t61-seealso">
  <h3 class="title">Zobacz też:</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="function.ldap-t61-to-8859.php" class="function" rel="rdfs-seeAlso">ldap_t61_to_8859()</a> - Translate t61 characters to 8859 characters</span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites