SyncMutex::__constructConstructs a new SyncMutex object Description
public SyncMutex::__construct(string
$name = ?)Constructs a named or unnamed countable mutex. Parameters
Return ValuesThe new SyncMutex object. Errors/ExceptionsAn exception is thrown if the mutex cannot be created or opened. ExamplesExample #1 SyncMutex::__construct named mutex with lock timeout example
Example #2 SyncMutex::__construct unnamed mutex example
See Also
|