betz Wed Jul 6 03:41:31 2005 EDT
Modified files:
/phpdoc/en/reference/url/functions get-headers.xml
Log:
In case of failure, E_WARNING is issued
http://cvs.php.net/diff.php/phpdoc/en/reference/url/functions/get-headers.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/url/functions/get-headers.xml
diff -u phpdoc/en/reference/url/functions/get-headers.xml:1.5
phpdoc/en/reference/url/functions/get-headers.xml:1.6
--- phpdoc/en/reference/url/functions/get-headers.xml:1.5 Fri Mar 11
11:11:52 2005
+++ phpdoc/en/reference/url/functions/get-headers.xml Wed Jul 6 03:41:30 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.get-headers">
<refnamediv>
<refname>get_headers</refname>
@@ -16,7 +16,8 @@
</methodsynopsis>
<para>
<function>get_headers</function> returns an array with the headers sent
- by the server in response to a HTTP request. Returns &false; on failure.
+ by the server in response to a HTTP request. Returns &false; on failure
+ and an error of level <constant>E_WARNING</constant> will be issued.
</para>
<para>
If the optional <parameter>format</parameter> parameter is set to 1,