Managing Command Lock

package Default

 Methods

__construct

__construct(string $pname, integer $lockTime) : void

Parameters

$pname

string

process name

$lockTime

integer

lock time

Locked or not

isLock() : boolean

Returns

booleanlocked or not

Lock

lock() : void

Unlock

unlock() : void

Get lock file

lockFile() : string

Returns

stringlock file

 Properties

 

lock file

$lockFile : string

Default

 

lock time

$lockTime : integer

Default

 

process name

$pname : string

Default