pthreads
PHP Manual

The Cond class

(No version information available, might only be in SVN)

Wstęp

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

Krótki opis klasy

Cond {
/* Metody */
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 ] )
}

Spis treści


pthreads
PHP Manual