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.
2 parents da043e5 + e7691ef commit 88ef393Copy full SHA for 88ef393
lib/public/DB/IResult.php
@@ -66,7 +66,7 @@ public function fetchAll(int $fetchMode = PDO::FETCH_ASSOC): array;
66
public function fetchColumn();
67
68
/**
69
- * @param int $columnIndex
+ * Returns the first value of the next row of the result or FALSE if there are no more rows.
70
*
71
* @return false|mixed
72
0 commit comments