acquireLock() protected abstract method
This method should be extended by a concrete Mutex implementations. Acquires lock by name.
| protected abstract boolean acquireLock ( $name, $timeout = 0 ) | ||
|---|---|---|
| $name | string |
Of the lock to be acquired. |
| $timeout | integer |
Time to wait for the lock to be released. |
| return | boolean |
Acquiring result. |
Please login to continue.