| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 121 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
LockHandler:: (3 methods):
__construct()
lock()
release()
Class: LockHandler - X-Ref
LockHandler class provides a simple abstraction to lock anything by means of| __construct($name, $lockPath = null) X-Ref |
param: string $name The lock name param: string|null $lockPath The directory to store the lock. Default values will use temporary directory |
| lock($blocking = false) X-Ref |
| Lock the resource. param: bool $blocking Wait until the lock is released return: bool Returns true if the lock was acquired, false otherwise |
| release() X-Ref |
| Release the resource. |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |