phasync\flock() function

Documentation

Coroutine aware version of \flock()

Signature

function flock($stream, int $operation, ?int &$would_block = NULL): bool

Parameters

NameTypeDefault
$stream mixed required
$operation int required
$would_block by-reference ?int NULL

Returns

bool

Source

src/functions.php:239-242