We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef897a1 commit 139a489Copy full SHA for 139a489
Documentation/ApiOverview/Database/DoctrineDbal/QueryBuilder/Index.rst
@@ -233,7 +233,8 @@ Remarks:
233
234
* Similar to :php:`->select()` query types, :php:`->executeQuery()` with
235
:php:`->count()` returns a result object of type :php:`\Doctrine\DBAL\Result`.
236
- To fetch the number of rows directly, use :php:`->fetchOne()`.
+ To fetch the number of rows directly, use :php:`->fetchOne()`, which
237
+ returns a numeric value of the first column of the resulting row.
238
239
* The first argument to :php:`->count()` is required, typically
240
:php:`->count(*)` or :php:`->count('uid')` is used, the field name is
0 commit comments