php8.5
Home/ Manual/ swoole / lock/ Swoole\Lock::__construct

Swoole\Lock::__construct

PHP function Edit on GitHub ✎

(PECL swoole >= 1.9.0)

Construct a memory lock.

Description

Swoole\Lock::__construct([string $type], [string $file_lock_location])

Swoole lock is used for data synchronization between multiple threads or processes.

Parameters

type
file_lock_location

Source: reference/swoole/swoole/lock/construct.xml · from the official PHP manual (php/doc-en)