• Модуль: translate
  • Путь к файлу: ~/bitrix/modules/translate/lib/io/file.php
  • Класс: BitrixTranslateIOFile
  • Вызов: File::close
public function close(): void
{
	if (!is_resource($this->filePointer))
	{
		@fflush($this->filePointer);
	}

	parent::close();

	@clearstatcache(true, $this->getPhysicalPath());
}