colno to column

This commit is contained in:
Kamil Tekiela 2021-08-06 22:56:11 +01:00
parent c88610d43a
commit 44262a5c76
No known key found for this signature in database
GPG key ID: 0760BDAB1E89A1E3

View file

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