Mutex::createCreate a Mutex Warning
The Mutex class has been removed in pthreads v3. Description
final
public
static
long
Mutex::create
([
boolean
$lock
] )Create, and optionally lock a new Mutex for the caller Parameters
Return ValuesA newly created and optionally locked Mutex handle Examples
Example #1 Mutex Creation and Destruction
<?php The above example will output: int(40096976) |