Swoole\Atomic::sub
PHP Manual
PHP Manual»Swoole\Atomic»Swoole\Atomic::sub

Swoole\Atomic::sub

(PECL swoole >= 1.9.0)

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

Descrizione

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

Subtract a number to the value of the atomic object.

Elenco dei parametri

sub_value

The value which will be subtracted to the current value.

Valori restituiti

The current value of the atomic object.

To Top