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. An exception is thrown if the mutex cannot be created or opened. ExamplesExample #1 SyncMutex::__construct named mutex with lock timeout example
<?php Example #2 SyncMutex::__construct unnamed mutex example
<?php See Also
|