reference/pdo_firebird/constants.xml
aab33d644359aba597e810e2fc0c0caa0d347c9c
...
...
@@ -7,13 +7,10 @@
7
7
<varlistentry xml:id="pdo.constants.fb-attr-date-format">
8
8
<term>
9
9
<constant>PDO::FB_ATTR_DATE_FORMAT</constant>
10
-
(<type>integer</type>)
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
13
<para>
14
-
Available since PHP 5.3.0.
15
-
</para>
16
-
<para>
17
14
Sets the date format.
18
15
</para>
19
16
</listitem>
...
...
@@ -21,29 +18,23 @@
21
18
<varlistentry xml:id="pdo.constants.fb-attr-time-format">
22
19
<term>
23
20
<constant>PDO::FB_ATTR_TIME_FORMAT</constant>
24
-
(<type>integer</type>)
21
+
(<type>int</type>)
25
22
</term>
26
23
<listitem>
27
24
<para>
28
25
Sets the time format.
29
26
</para>
30
-
<para>
31
-
Available since PHP 5.3.0.
32
-
</para>
33
27
</listitem>
34
28
</varlistentry>
35
29
<varlistentry xml:id="pdo.constants.fb-attr-timestamp-format">
36
30
<term>
37
31
<constant>PDO::FB_ATTR_TIMESTAMP_FORMAT</constant>
38
-
(<type>integer</type>)
32
+
(<type>int</type>)
39
33
</term>
40
34
<listitem>
41
35
<para>
42
36
Sets the timestamp format.
43
37
</para>
44
-
<para>
45
-
Available since PHP 5.3.0.
46
-
</para>
47
38
</listitem>
48
39
</varlistentry>
49
40
</variablelist>
50
41