有些人发誓要通过关闭PHP文件来发誓,有些人则?>
说,最好将其关闭。
我知道将它放在那儿不是必需的,我只是想知道这样做的利弊是什么,什么是最佳实践。
有人认为“更优化”一词的意思是“将运行得更快”。说话者(其母语可能不是英语)可能打算使用“更优化”或“更好的做法”之类的东西。
—
Scott C Wilson
If a file is pure PHP code, it is preferable to omit the PHP closing tag at the end of the file. This prevents accidental whitespace or new lines being added after the PHP closing tag, which may cause unwanted effects because PHP will start output buffering when there is no intention from the programmer to send any output at that point in the script.