<small id='w77YE'></small><noframes id='w77YE'>

  1. <i id='w77YE'><tr id='w77YE'><dt id='w77YE'><q id='w77YE'><span id='w77YE'><b id='w77YE'><form id='w77YE'><ins id='w77YE'></ins><ul id='w77YE'></ul><sub id='w77YE'></sub></form><legend id='w77YE'></legend><bdo id='w77YE'><pre id='w77YE'><center id='w77YE'></center></pre></bdo></b><th id='w77YE'></th></span></q></dt></tr></i><div id='w77YE'><tfoot id='w77YE'></tfoot><dl id='w77YE'><fieldset id='w77YE'></fieldset></dl></div>
  2. <legend id='w77YE'><style id='w77YE'><dir id='w77YE'><q id='w77YE'></q></dir></style></legend>
  3. <tfoot id='w77YE'></tfoot>
    • <bdo id='w77YE'></bdo><ul id='w77YE'></ul>

      如何检查标头是否已在 PHP 中发送

      时间:2023-11-30
      <tfoot id='FuB4Q'></tfoot>

              <tbody id='FuB4Q'></tbody>
          1. <small id='FuB4Q'></small><noframes id='FuB4Q'>

              <legend id='FuB4Q'><style id='FuB4Q'><dir id='FuB4Q'><q id='FuB4Q'></q></dir></style></legend>
            • <i id='FuB4Q'><tr id='FuB4Q'><dt id='FuB4Q'><q id='FuB4Q'><span id='FuB4Q'><b id='FuB4Q'><form id='FuB4Q'><ins id='FuB4Q'></ins><ul id='FuB4Q'></ul><sub id='FuB4Q'></sub></form><legend id='FuB4Q'></legend><bdo id='FuB4Q'><pre id='FuB4Q'><center id='FuB4Q'></center></pre></bdo></b><th id='FuB4Q'></th></span></q></dt></tr></i><div id='FuB4Q'><tfoot id='FuB4Q'></tfoot><dl id='FuB4Q'><fieldset id='FuB4Q'></fieldset></dl></div>
              • <bdo id='FuB4Q'></bdo><ul id='FuB4Q'></ul>

                本文介绍了如何检查标头是否已在 PHP 中发送的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我想我们大多数人都知道 PHP 中臭名昭著的标头已发送"错误.我可以检查一下是否已经发送了标头吗?

                I think most of us know about the infamous "Headers already sent" error in PHP. Can I check someway if headers already have been sent?

                在全力以赴尝试设置一些 SESSION 数据或类似数据之前,这样做真的很方便.

                It would be really handy to do such, before going all out with trying to set some SESSION data or similar.

                谢谢!

                推荐答案

                PHP有一个函数 headers_sent() 允许您在采取任何操作之前检查标头是否已发送出去.以下是在代码中使用该函数的方法:

                PHP has a function headers_sent() which allows you to check if the headers are already sent out before you take any action. Here’s how you could use the function in your code:

                if(headers_sent())
                { //if headers already sent out print some message.
                echo "Please go to yahoo.com";
                }
                else{
                //send the user automatically to test.php
                header('Location: http://yahoo.com');
                exit;
                }
                

                这篇关于如何检查标头是否已在 PHP 中发送的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:PHP:弹出警报然后重定向页面 下一篇:如何使用控制缓存标头?

                相关文章

                <i id='hzzYX'><tr id='hzzYX'><dt id='hzzYX'><q id='hzzYX'><span id='hzzYX'><b id='hzzYX'><form id='hzzYX'><ins id='hzzYX'></ins><ul id='hzzYX'></ul><sub id='hzzYX'></sub></form><legend id='hzzYX'></legend><bdo id='hzzYX'><pre id='hzzYX'><center id='hzzYX'></center></pre></bdo></b><th id='hzzYX'></th></span></q></dt></tr></i><div id='hzzYX'><tfoot id='hzzYX'></tfoot><dl id='hzzYX'><fieldset id='hzzYX'></fieldset></dl></div>

                1. <small id='hzzYX'></small><noframes id='hzzYX'>

                      <bdo id='hzzYX'></bdo><ul id='hzzYX'></ul>
                  1. <legend id='hzzYX'><style id='hzzYX'><dir id='hzzYX'><q id='hzzYX'></q></dir></style></legend>

                  2. <tfoot id='hzzYX'></tfoot>