PHP Class malkusch\lock\mutex\FlockMutex

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

Méthodes publiques

Méthode Description
__construct ( resource $fileHandle ) Sets the file handle.

Méthodes protégées

Méthode Description
lock ( )
unlock ( )

Method Details

__construct() public méthode

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

lock() protected méthode

protected lock ( )

unlock() protected méthode

protected unlock ( )