PHP 8.4.6 Released!

Swoole\Lock::__construct

(PECL swoole >= 1.9.0)

Swoole\Lock::__constructConstruye un bloqueo de memoria.

Descripción

public Swoole\Lock::__construct(string $type = ?, string $file_lock_location = ?)

Un bloqueo Swoole se utiliza para la sincronización de datos entre varios hilos o procesos.

Parámetros

type

file_lock_location

add a note

User Contributed Notes

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