Swoole\Atomic::get

(PECL swoole >= 1.9.0)

Swoole\Atomic::getGet the current value of the atomic object.

Açıklama

publicSwoole\Atomic::get(): int

Get the current value of the atomic object.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

The current value of the atomic object.

To Top