update : 2015.11.03
php.shukuma.com

검색:
 
 
The Cond class

The Cond class

(PECL pthreads >= 2.0.0)

소개

The static methods contained in the Cond class provide direct access to Posix Condition Variables.

클래스 개요

Cond {
/* 메소드 */
final public static boolean broadcast ( long $condition )
final public static long create ( void )
final public static boolean destroy ( long $condition )
final public static boolean signal ( long $condition )
final public static boolean wait ( long $condition , long $mutex [, long $timeout ] )
}

Table of Contents