array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'swoole-atomic.get.php', 1 => 'Swoole\\Atomic::get', 2 => 'Get the current value of the atomic object.', ), 'up' => array ( 0 => 'class.swoole-atomic.php', 1 => 'Swoole\\Atomic', ), 'prev' => array ( 0 => 'swoole-atomic.construct.php', 1 => 'Swoole\\Atomic::__construct', ), 'next' => array ( 0 => 'swoole-atomic.set.php', 1 => 'Swoole\\Atomic::set', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/swoole/swoole/atomic/get.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Swoole\Atomic::get

(PECL swoole >= 1.9.0)

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

Açıklama

public Swoole\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.