pht\Queue::unlockReleases the queue's mutex lock 説明
public void pht\Queue::unlock
( void
)
This method will release the mutex lock associated with the queue. パラメータこの関数にはパラメータはありません。 戻り値No return value. 例
例1 Locking a queue's mutex lock
<?php 上の例の出力は以下となります。 int(1) int(1) |