dams            Mon Jan 27 22:02:39 2003 EDT

  Modified files:              
    /phpdoc/en/reference/http/functions headers-sent.xml setcookie.xml 
  Log:
  boolean -> bool
  
Index: phpdoc/en/reference/http/functions/headers-sent.xml
diff -u phpdoc/en/reference/http/functions/headers-sent.xml:1.11 
phpdoc/en/reference/http/functions/headers-sent.xml:1.12
--- phpdoc/en/reference/http/functions/headers-sent.xml:1.11    Sun Dec  1 05:52:42 
2002
+++ phpdoc/en/reference/http/functions/headers-sent.xml Mon Jan 27 22:02:38 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- 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>boolean</type><methodname>headers_sent</methodname>      
+      <type>bool</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>
Index: phpdoc/en/reference/http/functions/setcookie.xml
diff -u phpdoc/en/reference/http/functions/setcookie.xml:1.17 
phpdoc/en/reference/http/functions/setcookie.xml:1.18
--- phpdoc/en/reference/http/functions/setcookie.xml:1.17       Tue Jan 21 22:24:26 
2003
+++ phpdoc/en/reference/http/functions/setcookie.xml    Mon Jan 27 22:02:39 2003
@@ -1,6 +1,6 @@
 
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
 <!-- splitted from ./en/functions/http.xml, last change in rev 1.2 -->
   <refentry id="function.setcookie">
    <refnamediv>
@@ -10,7 +10,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>boolean</type><methodname>setcookie</methodname>
+      <type>bool</type><methodname>setcookie</methodname>
       <methodparam><type>string</type><parameter>name</parameter></methodparam>
       <methodparam 
choice="opt"><type>string</type><parameter>value</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>expire</parameter></methodparam>



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

Reply via email to