update : 2015.11.03
php.shukuma.com검색:
|
Cond::create(PECL pthreads >= 2.0.0) Cond::create — Create a Condition 설명
final
public
static
long
Cond::create
( void
)
Creates a new Condition Variable for the caller. 인수이 함수는 인수가 없습니다. 반환값A handle to a Condition Variable 예제
Example #1 Condition Creation and Destruction
<?php 위 예제의 출력: int(4540682) |