Cond
PHP Manual

Cond::create

(PECL pthreads >= 0.0.33)

Cond::createCreate a new Condition Variable

说明

final public static long Cond::create ( void )

Creates a new Condition Variable for the caller.

参数

此函数没有参数。

返回值

A handle to a Condition Variable


Cond
PHP Manual