我正试图从一个大文件的中间删除一行。(>20MB)。我知道要删除的行开头在文件中的位置。这是我目前拥有的。/***Removesalineatapositionfromthefile*@param[int]$positionThepositionatthestartofthelinetoberemoved*/publicfunctionremoveLineAt($position){$fp=fopen($this->filepath,"rw+");fseek($fp,$position);$nextLinePosition=$this->getNextLine($position,$f