Mutex::createCreate a Mutex Warnung
The Mutex class has been removed in pthreads v3. Beschreibung
final
public
static
long
Mutex::create
([
boolean
$lock
] )Create, and optionally lock a new Mutex for the caller Parameter-Liste
RückgabewerteA newly created and optionally locked Mutex handle Beispiele
Beispiel #1 Mutex Creation and Destruction
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: int(40096976) |