Swoole\Atomic::add
(PECL swoole >= 1.9.0)
Swoole\Atomic::add — Add a number to the value to the atomic object.
Beschreibung
$add_value
= ?): intAdd a number to the value to the atomic object.
Parameter-Liste
-
add_value
-
The value which will be added to the current value.
Rückgabewerte
The new value of the atomic object.