release() public method
Releases acquired lock. This method will return false in case the lock was not found.
| public boolean release ( $name ) | ||
|---|---|---|
| $name | string | 
 Of the lock to be released. This lock must already exist.  |  
| return | boolean | 
 Lock release result: false in case named lock was not found..  |  
Please login to continue.