pthreads
PHP 手册

The Mutex class

(PECL pthreads >= 0.34)

简介

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


pthreads
PHP 手册