String lengths

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198334 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-10-13 09:10:05 +00:00
parent 173921fab0
commit 75d74d2a0b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry id="function.headers-list">
<refnamediv>
<refname>headers_list</refname>
@ -46,13 +46,13 @@ var_dump(headers_list());
<![CDATA[
array(4) {
[0]=>
string(29) "X-Powered-By"
string(12) "X-Powered-By"
[1]=>
string(19) "Set-Cookie"
string(10) "Set-Cookie"
[2]=>
string(18) "X-Sample-Test"
string(13) "X-Sample-Test"
[3]=>
string(24) "Content-type"
string(12) "Content-type"
}
]]>