php8.5
Home/ Manual/ reference / sync/ The SyncReaderWriter class

The SyncReaderWriter class

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

Intro

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.

Class synopsis

class SyncReaderWriter { }

Syncreaderwriter

In this section

Source: reference/sync/syncreaderwriter.xml · from the official PHP manual (php/doc-en)