PHP » GoLang |
login |
register |
about
|
Mutex::destroy(PECL pthreads < 3.0.0) Mutex::destroy — Destroy Mutex Warning
The Mutex class has been removed in pthreads v3. Description
final
public
static
bool
Mutex::destroy
(
int
$mutex
)Destroying Mutex handles must be carried out explicitly by the programmer when they are finished with the Mutex handle. Parameters
Return ValuesA boolean indication of success Examples
Example #1 Mutex Creation and Destruction
<?php The above example will output: int(40096976) |
more
Recently updated
more
Most requested
more
Last requests
|