mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
be a little more descriptive about what this function is all about ...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91077 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9b6ed6c2cb
commit
be2f3a25b8
1 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/http.xml, last change in rev 1.7 -->
|
||||
<refentry id="function.headers-sent">
|
||||
<refnamediv>
|
||||
|
@ -14,10 +14,14 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
This function returns &true; if the HTTP headers have already been
|
||||
sent, &false; otherwise.
|
||||
sent, &false; otherwise. You can't add any more header lines using
|
||||
the <function>header</function> function once the header block has
|
||||
already been sent. Using this function you can at least prevent
|
||||
getting the "Duplicate headers ..." error messages.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>header</function>
|
||||
See also <function>header</function> for a more detailed discussion
|
||||
of the matters involved.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue