mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Document missing parameters (bug #45090)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268363 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c8318b2b0d
commit
ded166f6d8
1 changed files with 39 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry xml:id="pdostatement.setfetchmode" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>PDOStatement->setFetchMode</refname>
|
||||
|
@ -40,12 +40,44 @@
|
|||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>mode</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The fetch mode must be one of the <literal>PDO::FETCH_*</literal> constants.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<listitem>
|
||||
<para>
|
||||
The fetch mode must be one of the <literal>PDO::FETCH_*</literal> constants.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>colno</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Column number.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>classname</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Class name.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>ctorargs</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Constructor arguments.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>object</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Object.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue