PHP 8.1.28 Released!

Swoole\Lock::__construct

(PECL swoole >= 1.9.0)

Swoole\Lock::__constructConstrói um bloqueio de memória.

Descrição

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

O bloqueio Swoole é usado para sincronização de dados entre múltiplos threads ou processos.

Parâmetros

type

file_lock_location

add a note

User Contributed Notes

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