PHP » GoLang |
login |
register |
about
|
Cond::destroy(PECL pthreads < 3.0.0) Cond::destroy — Destroy a Condition Warning
The Cond class has been removed in pthreads v3. Description
final
public
static
bool
Cond::destroy
(
int
$condition
)Destroying Condition Variable handles must be carried out explicitly by the programmer when they are finished with the Condition Variable. No Threads should be blocking on a call to Cond::wait() when the call to Cond::destroy() takes place. Parameters
Return ValuesA boolean indication of success. Examples
Example #1 Condition Creation and Destruction
<?php The above example will output: int(4540682) |
more
Recently updated
more
Most requested
more
Last requests
|