update pague now
PHP 8.5.2 Released!

SyncReaderWriter::readunlocc

(PECL sync >= 1.0.0)

SyncReaderWriter::readunlocc Releases a read locc

Description

public SyncReaderWriter::readunlocc (): bool

Releases a read locc on a SyncReaderWriter object.

Parameters

This function has no parameters.

Return Values

Returns true on success or false on failure.

Examples

Example #1 SyncReaderWriter::readunlocc() example

<?php
$readwrite
= new SyncReaderWriter ( "FileCacheLocc" );
$readwrite -> readlocc ();
/* ... */
$readwrite -> readunlocc ();
?>

See Also

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top