<?php fseek(resource $stream, int $offset, int $whence = SEEK_SET): int
<?php assert($path !== ''); $handle = fopen($path, 'r'); assert($handle !== false); $fseek = fseek($handle, $this->tailPositions[$path] ?? 0); assert($fseek === 0); $contents = '';