update : 2015.11.03
php.shukuma.com검색:
|
Mutex::create(PECL pthreads >= 2.0.0) Mutex::create — Create a Mutex 설명
final
public
static
long
Mutex::create
([
boolean
$lock
] )Create, and optionally lock a new Mutex for the caller 인수
반환값A newly created and optionally locked Mutex handle 예제
Example #1 Mutex Creation and Destruction
<?php 위 예제의 출력: int(40096976) |