\Horde_HashTable_Lock

Extension to base HashTable class by adding lock methods to prevent access from other PHP processes.

Summary

Methods
Constants
lock()
unlock()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

lock()

lock(string  $key) 

Obtain lock on a key.

Parameters

string $key

The key to lock.

unlock()

unlock(string  $key) 

Release lock on a key.

Parameters

string $key

The key to lock.