PHP » GoLang |
login |
register |
about
|
GoLang Threaded::unlock
request it (364)
GoLang replacement for PHP's Threaded::unlock
[edit | history]
Threaded::unlock(PECL pthreads < 3.0.0) Threaded::unlock — Synchronization Warning
This method has been removed in pthreads v3. The Threaded::synchronized() method should now be used. Description
public bool Threaded::unlock
( void
)
Unlock the referenced objects storage for the calling context ParametersThis function has no parameters. Return ValuesA boolean indication of success Examples
Example #1 Locking the property table of a threaded object
<?php The above example will output: bool(true) bool(true) |
more
Recently updated
more
Most requested
more
Last requests
|