pht\Threaded
PHP Manual

pht\Threaded::unlock

(PECL pht >= 0.0.1)

pht\Threaded::unlockReleases the mutex lock

Beschreibung

public void pht\Threaded::unlock ( void )

This method will unlock the mutex lock associated with the given class (either a pht\HashTable, pht\Queue, pht\Vector, or pht\AtomicInteger).

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

No return value.


pht\Threaded
PHP Manual