pht\Threaded::unlock

(PECL pht >= 0.0.1)

pht\Threaded::unlockReleases the mutex lock

Opis

public pht\Threaded::unlock ( void ) : void

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

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

No return value.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top