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:
Felipe Pena 2008-04-02 11:02:23 +00:00
parent 8d18dde215
commit 0f452e61e6

View file

@ -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>