mitirrli/shared-memory

共享内存、信号量加锁

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mitirrli/shared-memory

0.0.2 2020-01-30 06:20 UTC

This package is auto-updated.

Last update: 2025-09-29 02:21:44 UTC


README

🌈 共享内存、锁

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads

环境需求

  • PHP >= 7.0

安装

$ composer require "mitirrli/shared-lock"

使用

$client = new Memory();

$client->lock();//加锁
$client->unlock();//解锁