mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed bug #44602 (PDOStatement-bindColumn does not document 2 default parameters)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256645 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8d18dde215
commit
0f452e61e6
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry xml:id="pdostatement.bindcolumn" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>PDOStatement->bindColumn</refname>
|
||||
|
@ -14,6 +14,8 @@
|
|||
<methodparam><type>mixed</type><parameter>column</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter role="reference">param</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>maxlen</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>driverdata</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue