Swoole\Atomic::add
PHP function
Edit on GitHub ✎
(PECL swoole >= 1.9.0)
Add a number to the value to the atomic object.
Description
Swoole\Atomic::add([int $add_value]): int
Add a number to the value to the atomic object.
Parameters
add_valueThe value which will be added to the current value.
Return Values
The new value of the atomic object.