mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
colno to column
This commit is contained in:
parent
c88610d43a
commit
44262a5c76
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
To return an array consisting of all values of a single column from
|
||||
the result set, specify <constant>PDO::FETCH_COLUMN</constant>. You
|
||||
can specify which column you want with the
|
||||
<parameter>colno</parameter> parameter.
|
||||
<parameter>column</parameter> parameter.
|
||||
</para>
|
||||
<para>
|
||||
To fetch only the unique values of a single column from the result set,
|
||||
|
|
Loading…
Reference in a new issue