PHP » GoLang |
login |
register |
about
|
GoLang SyncMutex::__construct
request it (358)
GoLang replacement for PHP's SyncMutex::__construct
[edit | history]
SyncMutex::__construct(PECL sync >= 1.0.0) SyncMutex::__construct — Constructs 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
|
more
Recently updated
more
Most requested
more
Last requests
|