<?php ftell(resource $stream): int|false
<?php $contents .= $fread; } $ftell = ftell($handle); assert($ftell !== false); $this->tailPositions[$path] = $ftell; fclose($handle);