reference/ibm_db2/functions/db2-bind-param.xml
61374bbe228e8e9c55a24aba59a1e2bb2a871148
...
...
@@ -64,11 +64,11 @@
64
64
<listitem>
65
65
<para>
66
66
A constant specifying whether the PHP variable should be bound to the
67
-
SQL parameter as an input parameter (<literal>DB2_PARAM_IN</literal>),
68
-
an output parameter (<literal>DB2_PARAM_OUT</literal>), or as a
67
+
SQL parameter as an input parameter (<constant>DB2_PARAM_IN</constant>),
68
+
an output parameter (<constant>DB2_PARAM_OUT</constant>), or as a
69
69
parameter that accepts input and returns output
70
-
(<literal>DB2_PARAM_INOUT</literal>). To avoid memory overhead, you can
71
-
also specify <literal>DB2_PARAM_FILE</literal> to bind the PHP variable
70
+
(<constant>DB2_PARAM_INOUT</constant>). To avoid memory overhead, you can
71
+
also specify <constant>DB2_PARAM_FILE</constant> to bind the PHP variable
72
72
to the name of a file that contains large object (BLOB, CLOB, or DBCLOB)
73
73
data.
74
74
</para>
...
...
@@ -79,9 +79,9 @@
79
79
<listitem>
80
80
<para>
81
81
A constant specifying the SQL data type that the PHP variable should be
82
-
bound as: one of <literal>DB2_BINARY</literal>,
83
-
<literal>DB2_CHAR</literal>, <literal>DB2_DOUBLE</literal>, or
84
-
<literal>DB2_LONG</literal> .
82
+
bound as: one of <constant>DB2_BINARY</constant>,
83
+
<constant>DB2_CHAR</constant>, <literal>DB2_DOUBLE</literal>, or
84
+
<constant>DB2_LONG</constant> .
85
85
</para>
86
86
</listitem>
87
87
</varlistentry>
88
88