update : 2015.11.03
php.shukuma.com검색:
|
SyncMutex::__construct(PECL sync >= 1.0.0) SyncMutex::__construct — Constructs a new SyncMutex object 설명
public SyncMutex::__construct
([ string
$name
] )Constructs a named or unnamed countable mutex. 인수
반환값The new SyncMutex object. An exception is thrown if the mutex cannot be created or opened. 예제Example #1 SyncMutex::__construct() named mutex with lock timeout example
<?php Example #2 SyncMutex::__construct() unnamed mutex example
<?php 참고
|