vrana Thu Oct 13 05:01:26 2005 EDT
Modified files:
/phpdoc/en/reference/http/functions headers-list.xml
Log:
Returns only header names (bug #34843)
http://cvs.php.net/diff.php/phpdoc/en/reference/http/functions/headers-list.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/http/functions/headers-list.xml
diff -u phpdoc/en/reference/http/functions/headers-list.xml:1.3
phpdoc/en/reference/http/functions/headers-list.xml:1.4
--- phpdoc/en/reference/http/functions/headers-list.xml:1.3 Mon Dec 15
11:50:35 2003
+++ phpdoc/en/reference/http/functions/headers-list.xml Thu Oct 13 05:01:24 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.headers-list">
<refnamediv>
<refname>headers_list</refname>
@@ -46,13 +46,13 @@
<![CDATA[
array(4) {
[0]=>
- string(29) "X-Powered-By: PHP/5.0.0"
+ string(29) "X-Powered-By"
[1]=>
- string(19) "Set-Cookie: foo=bar"
+ string(19) "Set-Cookie"
[2]=>
- string(18) "X-Sample-Test: foo"
+ string(18) "X-Sample-Test"
[3]=>
- string(24) "Content-type: text/plain"
+ string(24) "Content-type"
}
]]>