PHP » GoLang |
login |
register |
about
|
Cond::signal(PECL pthreads < 3.0.0) Cond::signal — Signal a Condition Warning
The Cond class has been removed in pthreads v3. Description
final
public
static
bool
Cond::signal
(
int
$condition
)
Parameters
Return ValuesA boolean indication of success. Examples
Example #1 Condition Signalling
<?php The above example will output: bool(true) |
more
Recently updated
more
Most requested
more
Last requests
|