Swoole\Atomic::add

(PECL swoole >= 1.9.0)

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

説明

public Swoole\Atomic::add(int $add_value = ?): int

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.

関連キーワード:  Add, the, Swoole, Atomic, a, int, cmpset, swoole, public, パラメータ