phasync\flock()
function
Documentation
Coroutine aware version of \flock()
Signature
function flock($stream, int $operation, ?int &$would_block = NULL): bool
Parameters
| Name | Type | Default |
|---|---|---|
$stream
|
mixed | required |
$operation
|
int |
required |
$would_block
by-reference
|
?int |
NULL
|
Returns
bool