We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2accd commit f028219Copy full SHA for f028219
generated/ibmDb2.php
@@ -70,7 +70,7 @@ function db2_autocommit($connection, bool $value = null)
70
* @param int $parameter_number Specifies the 1-indexed position of the parameter in the prepared
71
* statement.
72
* @param string $variable_name A string specifying the name of the PHP variable to bind to the
73
- * parameter specified by parameter-number.
+ * parameter specified by parameter_number.
74
* @param int $parameter_type A constant specifying whether the PHP variable should be bound to the
75
* SQL parameter as an input parameter (DB2_PARAM_IN),
76
* an output parameter (DB2_PARAM_OUT), or as a
0 commit comments