略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: SyncSharedMemory

2024-04-19

The SyncSharedMemory class

(PECL sync >= 1.1.0)

简介

A cross-platform, native, consistent implementation of named shared memory objects.

Shared memory lets two separate processes communicate without the need for complex pipes or sockets. There are several integer-based shared memory implementations for PHP. Named shared memory is an alternative.

Synchronization objects (e.g. SyncMutex) are still required to protect most uses of shared memory.

类摘要

class SyncSharedMemory {
/* 方法 */
public __construct(string $name, int $size)
public first(): bool
public read(int $start = 0, int $length = ?)
public size(): int
public write(string $string = ?, int $start = 0)
}

目录

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/class.syncsharedmemory.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3