philip          Thu Nov  7 16:02:40 2002 EDT

  Modified files:              
    /phpdoc/en/reference/http/functions headers-sent.xml 
  Log:
  Oops, still boolean.
  
  
Index: phpdoc/en/reference/http/functions/headers-sent.xml
diff -u phpdoc/en/reference/http/functions/headers-sent.xml:1.9 
phpdoc/en/reference/http/functions/headers-sent.xml:1.10
--- phpdoc/en/reference/http/functions/headers-sent.xml:1.9     Wed Nov  6 20:29:44 
2002
+++ phpdoc/en/reference/http/functions/headers-sent.xml Thu Nov  7 16:02:39 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/http.xml, last change in rev 1.7 -->
   <refentry id="function.headers-sent">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>mixed</type><methodname>headers_sent</methodname>      
+      <type>boolean</type><methodname>headers_sent</methodname>      
       <methodparam 
choice="opt"><type>string</type><parameter>&amp;file</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>&amp;line</parameter></methodparam>
      </methodsynopsis>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to