Cond::createCreate a Condition Warning
The Cond class has been removed in pthreads v3. Description
final
public
static
long
Cond::create
( void
)
Creates a new Condition Variable for the caller. ParametersThis function has no parameters. Return ValuesA handle to a Condition Variable Examples
Example #1 Condition Creation and Destruction
<?php The above example will output: int(4540682) |