php8.5
Home/ Manual/ swoole / atomic/ Swoole\Atomic::add

Swoole\Atomic::add

PHP function Edit on GitHub ✎

(PECL swoole >= 1.9.0)

Add a number to the value to the atomic object.

Description

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.

Source: reference/swoole/swoole/atomic/add.xml · from the official PHP manual (php/doc-en)