Date: 01/27/03
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/reference/posix/functions posix-ctermid.xml posix-getcwd.xml posix-getgrnam.xml posix-getrlimit.xml posix-isatty.xml posix-ttyname.xml"
- Previous message: philip <email protected>: "[PHP-DOC] #21877 [Opn->Ver]: fread may read less bytes than requested even if EOF is not reached ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/reference/posix/functions posix-ctermid.xml posix-getcwd.xml posix-getgrnam.xml posix-getrlimit.xml posix-isatty.xml posix-ttyname.xml"
- Previous message: philip <email protected>: "[PHP-DOC] #21877 [Opn->Ver]: fread may read less bytes than requested even if EOF is not reached ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

