Php/docs/swoole-atomic.add

From Get docs

Swoole\Atomic::add

(PECL swoole >= 1.9.0)

Swoole\Atomic::addAdd a number to the value to the atomic object.


Description

public Swoole\Atomic::add ([ int $add_value ] ) : int

Add a number to the value to the atomic object.


Parameters

add_value
The value which will be added to the current value.


Return Values

The new value of the atomic object.