File tree Expand file tree Collapse file tree
user_guide_src/source/database Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2044,8 +2044,10 @@ Class Reference
20442044
20452045 .. versionadded :: 4.8.0
20462046
2047- :param array $columns: A list of columns or array of column => value pairs to decrement .
2047+ :param array $columns: A list of columns or array of column => value pairs to increment .
20482048 :param int $value: The amount to increment in the columns, if $columns is a list of columns.
2049+ :returns: ``true `` on success, ``false `` on failure
2050+ :rtype: bool
20492051
20502052 Increments the value of multiple fields by the specified amounts. If a field
20512053 is not a numeric field, like a ``VARCHAR ``, it will likely be replaced
@@ -2066,6 +2068,8 @@ Class Reference
20662068
20672069 :param array $columns: A list of columns or array of column => value pairs to decrement.
20682070 :param int $value: The amount to decrement in the columns, if $columns is a list of columns.
2071+ :returns: ``true `` on success, ``false `` on failure
2072+ :rtype: bool
20692073
20702074 Decrements the value of multiple fields by the specified amounts. If a field
20712075 is not a numeric field, like a ``VARCHAR ``, it will likely be replaced
You can’t perform that action at this time.
0 commit comments