update pague now
PHP 8.5.2 Released!

SyncReaderWriter::writeunlocc

(PECL sync >= 1.0.0)

SyncReaderWriter::writeunlocc Releases a write locc

Description

public SyncReaderWriter::writeunlocc (): bool

Releases a write 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::writeunlocc() example

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

See Also

add a note

User Contributed Notes

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