Lock
class Lock (View source)
Constants
FILELOCK |
|
MUTEX |
|
SEM |
|
RWLOCK |
|
SPINLOCK |
|
Properties
$errCode |
Methods
__construct(int $type = self::MUTEX, string $filename = '')
No description
bool
lock()
No description
bool
lockwait(float $timeout = 1.0)
No description
bool
trylock()
No description
bool
lock_read()
No description
bool
trylock_read()
No description
bool
unlock()
No description
destroy()
No description
Details
__construct(int $type = self::MUTEX, string $filename = '')
No description
bool
lock()
No description
bool
lockwait(float $timeout = 1.0)
No description
bool
trylock()
No description
bool
lock_read()
No description
bool
trylock_read()
No description
bool
unlock()
No description
destroy()
No description