Swoole\Atomic::sub

(PECL swoole >= 1.9.0)

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

说明

public Swoole\Atomic::sub(int $sub_value = ?): int

Subtract a number to the value of the atomic object.

参数

sub_value

The value which will be subtracted to the current value.

返回值

The current value of the atomic object.

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top