mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix fetchAll synopsis (#842)
This commit is contained in:
parent
9bfa379b20
commit
c88610d43a
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
|||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>array</type><methodname>PDOStatement::fetchAll</methodname>
|
||||
<methodparam><type>int</type><parameter>mode</parameter><initializer>PDO::FETCH_COLUMN</initializer></methodparam>
|
||||
<methodparam><type>int</type><parameter>colno</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>column</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
<methodsynopsis>
|
||||
|
@ -29,8 +29,8 @@
|
|||
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>array</type><methodname>PDOStatement::fetchAll</methodname>
|
||||
<methodparam><type>int</type><parameter>mode</parameter><initializer>PDO::FETCH_INTO</initializer></methodparam>
|
||||
<methodparam><type>object</type><parameter>object</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>mode</parameter><initializer>PDO::FETCH_FUNC</initializer></methodparam>
|
||||
<methodparam><type>callable</type><parameter>callback</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue