From 4c162d5be86505f859acbf3f7214bf6df259ff47 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Mon, 24 Nov 2003 13:23:09 +0000 Subject: [PATCH] using screen tags git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144819 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/http/functions/headers-list.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/reference/http/functions/headers-list.xml b/reference/http/functions/headers-list.xml index 3713d1eb1b..3de5394426 100644 --- a/reference/http/functions/headers-list.xml +++ b/reference/http/functions/headers-list.xml @@ -1,5 +1,5 @@ - + headers_list @@ -36,10 +36,14 @@ header('Content-type: text/plain'); /* What headers are going to be sent? */ var_dump(headers_list()); - -/* OUTPUT - ====== - +?> +]]> + + + this will output : + + + string(29) "X-Powered-By: PHP/5.0.0" @@ -51,11 +55,8 @@ array(4) { string(24) "Content-type: text/plain" } -*/ - -?> ]]> - +