php教程

The SyncReaderWriter class

(PECL sync >= 1.0.0)

简介

A cross-platform, native implementation of named and unnamed reader-writer objects.

A reader-writer object allows many readers or one writer to access a resource. This is an efficient solution for managing resources where access will primarily be read-only but exclusive write access is occasionally necessary.

类摘要

SyncReaderWriter {
/* 方法 */
public __construct ([ string $name [, bool $autounlock = TRUE ]] )
public readlock ([ int $wait = -1 ] ) : bool
public readunlock ( void ) : bool
public writelock ([ int $wait = -1 ] ) : bool
public writeunlock ( void ) : bool
}

Table of Contents

User Contributed Notes

There are no user contributed notes for this page.

CopyRight © 2008-2022 verySource.Com All Rights reserved. 京ICP备17048824号-1 京公网安备:11010502034788