略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: Swoole\Atomic::cmpset

2024-11-14

Swoole\Atomic::cmpset

(PECL swoole >= 1.9.0)

Swoole\Atomic::cmpsetCompare and set the value of the atomic object.

说明

public Swoole\Atomic::cmpset(int $cmp_value, int $new_value): int

参数

cmp_value

The value to compare with the current value of the atomic object.

new_value

The value to set to the atomic object if the cmp_value is the same as the current value of the atomic object.

返回值

The new value of the atomic object.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/swoole-atomic.cmpset.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3