From aaf30477a2cee4a53993e3edfc22b20372c3bf32 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 7 Nov 2002 01:29:44 +0000 Subject: [PATCH] Added a couple examples. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102832 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/http/functions/headers-sent.xml | 40 +++++++++++++++++++++-- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/reference/http/functions/headers-sent.xml b/reference/http/functions/headers-sent.xml index 81e1f2f8d2..f81a45605f 100644 --- a/reference/http/functions/headers-sent.xml +++ b/reference/http/functions/headers-sent.xml @@ -1,5 +1,5 @@ - + @@ -34,8 +34,42 @@ - See also ob_start and header for a - more detailed discussion of the matters involved. + + Examples using <function>headers_sent</function> + + +]]> + + + + + See also ob_start, trigger_error, + and header for a more detailed discussion of the + matters involved.