标签: php
我正在尝试找到一种方法来检查已经由PHP设置的标题。例如:
<?php header('Location: https://www.google.fr'); // Later in the code $location = get_header('Location');
显然,get_header功能不存在,我无法找到访问已设置标头的方法。
get_header
这甚至可能吗?
评论后编辑:
headers_sent不是我要找的功能。此函数检查标头是否已发送到客户端。
headers_sent