Download the PHP package jigius/flock without Composer
On this page you can find all versions of the php package jigius/flock. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package flock
Jigius FLock
Simple process lock management library.
Installation
Installation is best managed via Composer.
Or:
Usage
Methods
- bool \Jigius\FLock\FLock::__construct( string $name [, string $path = null ] )
- object \Jigius\FLock\FLock::create( string $name [, string $path = null ] )
- bool \Jigius\FLock\FLock::acquire( [ bool $block = false ] )
- bool \Jigius\FLock\FLock::release()
- bool \Jigius\FLock\FLock::check()
- string \Jigius\FLock\FLock::getOwnerPid()
All versions of flock with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package jigius/flock contains the following files
Loading the files please wait ....