The Swoole\Atomic class

(PECL swoole >= 1.9.0)

はじめに

クラス概要

class Swoole\Atomic {
/* メソッド */
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
}

目次

add a note

User Contributed Notes

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