Swoole\Atomic::add

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

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

说锟斤拷

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

Add 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.