Ben bu dosyanın sonunda PHP kapanış etiketi ?>
kullanmak için kötü bir uygulamadır okumaya devam edin. Başlığı Sorun şu bağlamda alakasız görünüyor (ve bu şimdiye kadar sadece iyi argümanı):
Modern versions of PHP set the output_buffering flag in php.ini If output buffering is enabled, you can set HTTP headers and cookies after outputting html because returned code is not sent to the browser immediately.
Every good practice book and wiki starts with this 'rule' but nobody offers good reasons. Is there another good reason to skip the ending php tag?