Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
malkusch
lock
mutex
FlockMutex
PHP Class malkusch\lock\mutex\FlockMutex
See also:
flock()
See link:
Donations
Author:
Markus Malkusch (
[email protected]
)
Inheritance:
extends
LockMutex
Mostra file
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
( )