[PHP-DOC] cvs: phpdoc /en/reference/mbstring/functions mb-parse-str.xml mb-send-mail.xml From: Damien Seguy (dams <email protected>)
Date: 01/27/03

dams Mon Jan 27 21:30:18 2003 EDT

  Modified files:
    /phpdoc/en/reference/mbstring/functions mb-parse-str.xml
                                                   mb-send-mail.xml
  Log:
   boolean => bool
  
Index: phpdoc/en/reference/mbstring/functions/mb-parse-str.xml
diff -u phpdoc/en/reference/mbstring/functions/mb-parse-str.xml:1.2 phpdoc/en/reference/mbstring/functions/mb-parse-str.xml:1.3
--- phpdoc/en/reference/mbstring/functions/mb-parse-str.xml:1.2 Wed Apr 17 02:39:59 2002
+++ phpdoc/en/reference/mbstring/functions/mb-parse-str.xml Mon Jan 27 21:30:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/mbstring.xml, last change in rev 1.3 -->
   <refentry id="function.mb-parse-str">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
- <type>boolean</type><methodname>mb_parse_str</methodname>
+ <type>bool</type><methodname>mb_parse_str</methodname>
       <methodparam><type>string</type><parameter>encoded_string</parameter></methodparam>
       <methodparam choice="opt"><type>array</type><parameter>result</parameter></methodparam>
      </methodsynopsis>
Index: phpdoc/en/reference/mbstring/functions/mb-send-mail.xml
diff -u phpdoc/en/reference/mbstring/functions/mb-send-mail.xml:1.2 phpdoc/en/reference/mbstring/functions/mb-send-mail.xml:1.3
--- phpdoc/en/reference/mbstring/functions/mb-send-mail.xml:1.2 Wed Apr 17 02:39:59 2002
+++ phpdoc/en/reference/mbstring/functions/mb-send-mail.xml Mon Jan 27 21:30:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/mbstring.xml, last change in rev 1.19 -->
   <refentry id="function.mb-send-mail">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
- <type>boolean</type><methodname>mb_send_mail</methodname>
+ <type>bool</type><methodname>mb_send_mail</methodname>
       <methodparam><type>string</type><parameter>to</parameter></methodparam>
       <methodparam><type>string</type><parameter>subject</parameter></methodparam>
       <methodparam><type>string</type><parameter>message</parameter></methodparam>

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