Swoole\Atomic::sub

(PECL swoole >= 1.9.0)

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

Descrierea

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

Subtract a number to the value of the atomic object.

Parametri

sub_value

The value which will be subtracted to the current value.

Valorile întoarse

The current value of the atomic object.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top