The Swoole\Atomic class

(PECL swoole >= 1.9.0)

Giriş

Sınıf Sözdizimi

class Swoole\Atomic {
/* Yöntemler */
public function add(int $add_value = ?): int
public function cmpset(int $cmp_value, int $new_value): int
public function get(): int
public function set(int $value): int
public function sub(int $sub_value = ?): int
}

İçindekiler

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top