releaseLock() protected method
Releases lock by given name.
See also http://dev.mysql.com/doc/refman/5.0/en/miscellaneous-functions.html#function_release-lock.
| protected boolean releaseLock ( $name ) | ||
|---|---|---|
| $name | string |
Of the lock to be released. |
| return | boolean |
Release result. |
Please login to continue.