PHP 8.4.6 Released!

Swoole\Atomic::get

(PECL swoole >= 1.9.0)

Swoole\Atomic::getDevuelve el valor actual del objeto atómico.

Descripción

public Swoole\Atomic::get(): int

Devuelve el valor actual del objeto atómico.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

El valor actual del objeto atómico.

add a note

User Contributed Notes

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