SyncReaderWriter::writeunlock
(PECL sync >= 1.0.0)
SyncReaderWriter::writeunlock — Releases a write lock
パラメータ
この関数にはパラメータはありません。
例
例1 SyncReaderWriter::writeunlock() example
<?php
$readwrite = new SyncReaderWriter("FileCacheLock");
$readwrite->writelock();
/* ... */
$readwrite->writeunlock();
?>
参考
- SyncReaderWriter::writelock() - Waits for an exclusive write 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