PHP » GoLang |
login |
register |
about
|
GoLang SyncMutex::unlock
request it (412)
GoLang replacement for PHP's SyncMutex::unlock
[edit | history]
SyncMutex::unlock(PECL sync >= 1.0.0) SyncMutex::unlock — Unlocks the mutex Description
public bool SyncMutex::unlock
([ bool
$all = FALSE
] )Decreases the internal counter of a SyncMutex object. When the internal counter reaches zero, the actual lock on the object is released. Parameters
Return ValuesA boolean of TRUE if the unlock operation was successful, FALSE otherwise. ExamplesExample #1 SyncMutex::unlock() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|