- PHP 手册
- 函数参考
- 进程控制扩展
- pht
- pht\Threaded
pht\Threaded::unlock
(PECL pht >= 0.0.1)
pht\Threaded::unlock — Releases the mutex lock
说明
public pht\Threaded::unlock ( void ) : voidThis method will unlock the mutex lock associated with the given class (either a pht\HashTable, pht\Queue, pht\Vector, or pht\AtomicInteger).
参数
此函数没有参数。
返回值
No return value.
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/pht-threaded.unlock.php