GoLang Swoole\Atomic::sub

request it (310)
GoLang replacement for PHP's Swoole\Atomic::sub [edit | history]



Do you know a GoLang replacement for PHP's Swoole\Atomic::sub? Write it!

PHP Swoole\Atomic::sub

PHP original manual for Swoole\Atomic::sub [ show | php.net ]

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.

Description

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

Subtract a number to the value of the atomic object.

Parameters

sub_value

The value which will be subtracted to the current value.

Return Values

The current value of the atomic object.