Php/docs/class.cond

提供:Dev Guides
< Php
移動先:案内検索

(PECL pthreads < 3.0.0)

はじめに

警告 The Cond class has been removed in pthreads v3.


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


クラス概要


Cond {

/* メソッド */

final public static broadcast ( int $condition ) : bool

final public static create ( ) : int

final public static destroy ( int $condition ) : bool

final public static signal ( int $condition ) : bool

final public static wait ( int $condition , int $mutex [, int $timeout ] ) : bool

}

目次