PHP Class malkusch\lock\mutex\FlockMutex

See also: flock()
Author: Markus Malkusch ([email protected])
Inheritance: extends LockMutex
Datei anzeigen Open project: malkusch/lock

Public Methods

Method Description
__construct ( resource $fileHandle ) Sets the file handle.

Protected Methods

Method Description
lock ( )
unlock ( )

Method Details

__construct() public method

Sets the file handle.
public __construct ( resource $fileHandle )
$fileHandle resource The file handle.

lock() protected method

protected lock ( )

unlock() protected method

protected unlock ( )