PHP » GoLang |
login |
register |
about
|
GoLang pht\AtomicInteger::unlock
request it (366)
GoLang replacement for PHP's pht\AtomicInteger::unlock
[edit | history]
pht\AtomicInteger::unlock(PECL pht >= 0.0.1) pht\AtomicInteger::unlock — Releases the atomic integer's mutex lock Description
public void pht\AtomicInteger::unlock
( void
)
This method will release the mutex lock associated with the atomic integer. ParametersThis function has no parameters. Return ValuesNo return value. Examples
Example #1 Grouping together an atomic integer's operations (requiring a mutex lock)
<?php The above example will output: int(4) |
more
Recently updated
more
Most requested
more
Last requests
|