diff --git a/reference/http/functions/headers-sent.xml b/reference/http/functions/headers-sent.xml index f70c73187b..97fab7f39c 100644 --- a/reference/http/functions/headers-sent.xml +++ b/reference/http/functions/headers-sent.xml @@ -1,5 +1,5 @@ - + @@ -14,10 +14,14 @@ 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 header function once the header block has + already been sent. Using this function you can at least prevent + getting the "Duplicate headers ..." error messages. - See also header + See also header for a more detailed discussion + of the matters involved.