From 44262a5c762e3cd0bd642b0e6e4ef9c2fa1f58ce Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Fri, 6 Aug 2021 22:56:11 +0100 Subject: [PATCH] colno to column --- reference/pdo/pdostatement/fetchall.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/pdo/pdostatement/fetchall.xml b/reference/pdo/pdostatement/fetchall.xml index 58e9b0f970..6c54ce49cc 100644 --- a/reference/pdo/pdostatement/fetchall.xml +++ b/reference/pdo/pdostatement/fetchall.xml @@ -51,7 +51,7 @@ To return an array consisting of all values of a single column from the result set, specify PDO::FETCH_COLUMN. You can specify which column you want with the - colno parameter. + column parameter. To fetch only the unique values of a single column from the result set,