Php/docs/swoole-atomic.sub

提供:Dev Guides
< Php
移動先:案内検索

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.