Класс Mutex

(PECL pthreads < 3.0.0)

Введение

Внимание

Класс Mutex был удален в pthreads v3.

Статические методы класса предоставляют прямой доступ к функциональности Posix Mutex.

Обзор классов

Mutex {
/* Методы */
final public static create ( bool $lock = ? ) : int
final public static destroy ( int $mutex ) : bool
final public static lock ( int $mutex ) : bool
final public static trylock ( int $mutex ) : bool
final public static unlock ( int $mutex , bool $destroy = ? ) : bool
}

Содержание