releaseLock() protected abstract method
This method should be extended by a concrete Mutex implementations. Releases lock by given name.
| protected abstract boolean releaseLock ( $name ) | ||
|---|---|---|
| $name | string |
Of the lock to be released. |
| return | boolean |
Release result. |
Please login to continue.