Swoole\Atomic::sub

Subtract a number to the value of the atomic object.

説明

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

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.