<?php flock(resource $stream, int $operation, int &$would_block = null): bool
<?php if (! flock($handle, LOCK_EX | LOCK_NB)) { return false; }