reference/iconv/functions/iconv-mime-encode.xml
ab9a7d2e3dfa9224186abcbd7a43b3af08d1bfdb
...
...
@@ -9,10 +9,10 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>iconv_mime_encode</methodname>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>iconv_mime_encode</methodname>
13
13
<methodparam><type>string</type><parameter>field_name</parameter></methodparam>
14
14
<methodparam><type>string</type><parameter>field_value</parameter></methodparam>
15
-
<methodparam choice="opt"><type>array</type><parameter>preferences</parameter><initializer>&null;</initializer></methodparam>
15
+
<methodparam choice="opt"><type>array</type><parameter>options</parameter><initializer>[]</initializer></methodparam>
16
16
</methodsynopsis>
17
17
<para>
18
18
Composes and returns a string that represents a valid <literal>MIME</literal>
...
...
@@ -48,12 +48,12 @@ Subject: =?ISO-8859-1?Q?Pr=FCfung_f=FCr?= Entwerfen von einer MIME kopfzeile
48
48
</listitem>
49
49
</varlistentry>
50
50
<varlistentry>
51
-
<term><parameter>preferences</parameter></term>
51
+
<term><parameter>options</parameter></term>
52
52
<listitem>
53
53
<para>
54
54
You can control the behaviour of <function>iconv_mime_encode</function>
55
55
by specifying an associative array that contains configuration items
56
-
to the optional third parameter <parameter>preferences</parameter>.
56
+
to the optional third parameter <parameter>options</parameter>.
57
57
The items supported by <function>iconv_mime_encode</function> are
58
58
listed below. Note that item names are treated case-sensitive.
59
59
<table>
...
...
@@ -112,7 +112,7 @@ Subject: =?ISO-8859-1?Q?Pr=FCfung_f=FCr?= Entwerfen von einer MIME kopfzeile
112
112
</row>
113
113
<row>
114
114
<entry>line-length</entry>
115
-
<entry><type>integer</type></entry>
115
+
<entry><type>int</type></entry>
116
116
<entry>
117
117
Specifies the maximum length of the header lines. The resulting
118
118
header is "folded" to a set of multiple lines in case
...
...
@@ -197,7 +197,6 @@ echo iconv_mime_encode("Subject", "Prüfung Prüfung", $preferences);
197
197
</refsect1>
198
198

199
199
</refentry>
200
-

201
200
<!-- Keep this comment at the end of the file
202
201
Local variables:
203
202
mode: sgml
204
203