|
System-V semaphores based locking.
More...
List of all members.
|
Public Member Functions |
| | get ($key) |
| | acquire lock
|
| | free ($key) |
| | release lock
|
| | drop ($key) |
| | completely remove lock
|
Detailed Description
System-V semaphores based locking.
Definition at line 18 of file SystemFiveLocker.class.php.
Member Function Documentation
| SystemFiveLocker::get |
( |
$ |
key |
) |
|
| SystemFiveLocker::free |
( |
$ |
key |
) |
|
| SystemFiveLocker::drop |
( |
$ |
key |
) |
|
The documentation for this class was generated from the following file:
|
|