SyncMutex::__construct

SyncMutex::__construct

(PECL sync >= 1.0.0)

SyncMutex::__constructConstructs a new SyncMutex object

Description

public SyncMutex::__construct ([ string $name ] )

Constructs a named or unnamed countable mutex.

Parameters

name

The name of the mutex if this is a named mutex object.

Note:

If the name already exists, it must be able to be opened by the current