(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)
Swoole\Atomic::add — Add a number to the value to the atomic object.
$add_value
] ) : integerAdd a number to the value to the atomic object.
add_value
The value which will be added to the current value.
The new value of the atomic object.