The Mutex class
(PECL pthreads >= 2.0.0)
소개
The static methods contained in the Mutex class provide direct access to Posix Mutex functionality.
클래스 개요
Mutex
{
final
public
static
long
create
([
boolean
$lock
] )
final
public
static
boolean
destroy
(
long
$mutex
)
final
public
static
boolean
lock
(
long
$mutex
)
final
public
static
boolean
trylock
(
long
$mutex
)
final
public
static
boolean
unlock
(
long
$mutex
[,
boolean
$destroy
] )
}
Table of Contents
There are no user contributed notes for this page.