SyncMutex::__constructConstructs a new SyncMutex object Beschreibung
public SyncMutex::__construct
([ string
$name
] )Constructs a named or unnamed countable mutex. Parameter-Liste
RückgabewerteThe new SyncMutex object. An exception is thrown if the mutex cannot be created or opened. BeispieleBeispiel #1 SyncMutex::__construct named mutex with lock timeout example
<?phpBeispiel #2 SyncMutex::__construct unnamed mutex example
<?phpSiehe auch
|