mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Information about parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256648 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0f452e61e6
commit
341eee03f5
1 changed files with 19 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="pdostatement.bindcolumn" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>PDOStatement->bindColumn</refname>
|
||||
|
@ -65,6 +65,24 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>maxlen</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A hint for pre-allocation.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>driverdata</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Optional parameter(s) for the driver.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue