SyncReaderWriter::readunlock
(PECL sync >= 1.0.0)
SyncReaderWriter::readunlock — Releases a read lock
パラメータ
この関数にはパラメータはありません。
例
例1 SyncReaderWriter::readunlock() example
<?php
$readwrite = new SyncReaderWriter("FileCacheLock");
$readwrite->readlock();
/* ... */
$readwrite->readunlock();
?>
参考
- SyncReaderWriter::readlock() - Waits for a read lock
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google