
Public Member Functions | |
| __construct ($directory= 'file-locking/') | |
| get ($key) | |
| acquire lock | |
| free ($key) | |
| release lock | |
| drop ($key) | |
| completely remove lock | |
Private Attributes | |
| $directory = null | |
Definition at line 18 of file FileLocker.class.php.
| FileLocker::__construct | ( | $ | directory = 'file-locking/' |
) |
Definition at line 22 of file FileLocker.class.php.
| FileLocker::get | ( | $ | key | ) |
| FileLocker::free | ( | $ | key | ) |
| FileLocker::drop | ( | $ | key | ) |
completely remove lock
Reimplemented from BaseLocker.
Definition at line 58 of file FileLocker.class.php.
FileLocker::$directory = null [private] |
Definition at line 20 of file FileLocker.class.php.
1.5.4