reference/ldap/functions/ldap-8859-to-t61.xml
76f8c0151d9a99d2f96e154da050e64305862b21
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id='function.ldap-8859-to-t61' xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ldap-8859-to-t61">
4
4
<refnamediv>
5
5
<refname>ldap_8859_to_t61</refname>
6
6
<refpurpose>Translate 8859 characters to t61 characters</refpurpose>
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>ldap_8859_to_t61</methodname>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>ldap_8859_to_t61</methodname>
13
13
<methodparam><type>string</type><parameter>value</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -42,7 +42,7 @@
42
42
&reftitle.returnvalues;
43
43
<para>
44
44
Return the <literal>t61</literal> translation of
45
-
<parameter>value</parameter>.
45
+
<parameter>value</parameter>, &return.falseforfailure;.
46
46
</para>
47
47
</refsect1>
48
48

...
...
@@ -56,7 +56,6 @@
56
56
</refsect1>
57
57

58
58
</refentry>
59
-

60
59
<!-- Keep this comment at the end of the file
61
60
Local variables:
62
61
mode: sgml
63
62