'; if (strpos($line, $php_exit_string) !== 0) { rewind($handle); fwrite($handle, $php_exit_string . PHP_EOL . $line); } fclose($handle); } }