reference/oci8/functions/oci-bind-array-by-name.xml
ed6de1ae20ce16c0c7be0b3fef282b6065bebfac
...
...
@@ -11,15 +11,15 @@
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>oci_bind_array_by_name</methodname>
13
13
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
14
-
<methodparam><type>string</type><parameter>name</parameter></methodparam>
15
-
<methodparam><type>array</type><parameter role="reference">var_array</parameter></methodparam>
16
-
<methodparam><type>int</type><parameter>max_table_length</parameter></methodparam>
14
+
<methodparam><type>string</type><parameter>param</parameter></methodparam>
15
+
<methodparam><type>array</type><parameter role="reference">var</parameter></methodparam>
16
+
<methodparam><type>int</type><parameter>max_array_length</parameter></methodparam>
17
17
<methodparam choice="opt"><type>int</type><parameter>max_item_length</parameter><initializer>-1</initializer></methodparam>
18
-
<methodparam choice="opt"><type>int</type><parameter>type</parameter><initializer>SQLT_AFC</initializer></methodparam>
18
+
<methodparam choice="opt"><type>int</type><parameter>type</parameter><initializer><constant>SQLT_AFC</constant></initializer></methodparam>
19
19
</methodsynopsis>
20
20
<para>
21
-
Binds the PHP array <parameter>var_array</parameter> to the Oracle
22
-
placeholder <parameter>name</parameter>, which points to an Oracle PL/SQL
21
+
Binds the PHP array <parameter>var</parameter> to the Oracle
22
+
placeholder <parameter>param</parameter>, which points to an Oracle PL/SQL
23
23
array. Whether it will be used for input or output will be determined at
24
24
run-time.
25
25
</para>
...
...
@@ -38,7 +38,7 @@
38
38
</listitem>
39
39
</varlistentry>
40
40
<varlistentry>
41
-
<term><parameter>name</parameter></term>
41
+
<term><parameter>param</parameter></term>
42
42
<listitem>
43
43
<para>
44
44
The Oracle placeholder.
...
...
@@ -46,7 +46,7 @@
46
46
</listitem>
47
47
</varlistentry>
48
48
<varlistentry>
49
-
<term><parameter>var_array</parameter></term>
49
+
<term><parameter>var</parameter></term>
50
50
<listitem>
51
51
<para>
52
52
An array.
...
...
@@ -54,7 +54,7 @@
54
54
</listitem>
55
55
</varlistentry>
56
56
<varlistentry>
57
-
<term><parameter>max_table_length</parameter></term>
57
+
<term><parameter>max_array_length</parameter></term>
58
58
<listitem>
59
59
<para>
60
60
Sets the maximum length both for incoming and result arrays.
...
...
@@ -215,7 +215,6 @@ var_dump($array);
215
215
</refsect1>
216
216

217
217
</refentry>
218
-

219
218
<!-- Keep this comment at the end of the file
220
219
Local variables:
221
220
mode: sgml
...
...
@@ -236,4 +235,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
236
235
vim: et tw=78 syn=sgml
237
236
vi: ts=1 sw=1
238
237
-->
239
-

240
238