Swoole\Atomic::sub

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

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

Açıklama

public Swoole\Atomic::sub ([ integer $sub_value ] ) : integer

Subtract a number to the value of the atomic object.

Değiştirgeler

sub_value

The value which will be subtracted to the current value.

Dönen Değerler

The current value of the atomic object.