考慮如下腳本。運行時,盡管文件test.txt已經被用unlink()函數刪除,腳本仍然輸出1,1。在腳本的最后添加什么函數才能解決這個問題?()
A.clearstatcache() B.fflush() C.ob_flush() D.touch() E.以上都不對