reference/spl/splfileobject/setcsvcontrol.xml
d51166ca16fda8e766849505b84f9306ef443f71
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="splfileobject.setcsvcontrol" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>SplFileObject::setCsvControl</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="SplFileObject">
13
12
<modifier>public</modifier> <type>void</type><methodname>SplFileObject::setCsvControl</methodname>
14
-
<methodparam choice="opt"><type>string</type><parameter>delimiter</parameter><initializer>","</initializer></methodparam>
13
+
<methodparam choice="opt"><type>string</type><parameter>separator</parameter><initializer>","</initializer></methodparam>
15
14
<methodparam choice="opt"><type>string</type><parameter>enclosure</parameter><initializer>"\""</initializer></methodparam>
16
15
<methodparam choice="opt"><type>string</type><parameter>escape</parameter><initializer>"\\"</initializer></methodparam>
17
16
</methodsynopsis>
...
...
@@ -25,10 +24,10 @@
25
24
<para>
26
25
<variablelist>
27
26
<varlistentry>
28
-
<term><parameter>delimiter</parameter></term>
27
+
<term><parameter>separator</parameter></term>
29
28
<listitem>
30
29
<para>
31
-
The field delimiter (one character only).
30
+
The field delimiter (one single-byte character only).
32
31
</para>
33
32
</listitem>
34
33
</varlistentry>
...
...
@@ -36,7 +35,7 @@
36
35
<term><parameter>enclosure</parameter></term>
37
36
<listitem>
38
37
<para>
39
-
The field enclosure character (one character only).
38
+
The field enclosure character (one single-byte character only).
40
39
</para>
41
40
</listitem>
42
41
</varlistentry>
...
...
@@ -44,7 +43,7 @@
44
43
<term><parameter>escape</parameter></term>
45
44
<listitem>
46
45
<para>
47
-
The field escape character (at most one character).
46
+
The field escape character (at most one single-byte character).
48
47
An empty string (<literal>""</literal>) disables the proprietary escape mechanism.
49
48
</para>
50
49
</listitem>
...
...
@@ -79,12 +78,6 @@
79
78
string to disable the proprietary escape mechanism.
80
79
</entry>
81
80
</row>
82
-
<row>
83
-
<entry>5.3.0</entry>
84
-
<entry>
85
-
Added the <parameter>escape</parameter> parameter.
86
-
</entry>
87
-
</row>
88
81
</tbody>
89
82
</tgroup>
90
83
</informaltable>
...
...
@@ -134,7 +127,6 @@ cherries|87
134
127
</refsect1>
135
128

136
129
</refentry>
137
-

138
130
<!-- Keep this comment at the end of the file
139
131
Local variables:
140
132
mode: sgml
141
133