php-documentation-list | 2003031
Date: 03/02/03
- Next message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/chapters install.windows.xml"
- Previous message: hirokawa <email protected>: "[PHP-DOC] #22331 [Asn->Ana]: mbstring configuration variables are marked PHP_INI_ALL, but this is false."
- Next in thread: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /en/reference/imap/functions imap-header.xml"
- Reply: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /en/reference/imap/functions imap-header.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
victor Sun Mar 2 06:32:25 2003 EDT
Modified files:
/phpdoc/en/reference/imap/functions imap-header.xml
Log:
Incorrected formatted function alias - fixed
Index: phpdoc/en/reference/imap/functions/imap-header.xml
diff -u phpdoc/en/reference/imap/functions/imap-header.xml:1.3 phpdoc/en/reference/imap/functions/imap-header.xml:1.4
--- phpdoc/en/reference/imap/functions/imap-header.xml:1.3 Wed Oct 9 10:55:05 2002
+++ phpdoc/en/reference/imap/functions/imap-header.xml Sun Mar 2 06:32:23 2003
@@ -1,24 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 -->
<refentry id="function.imap-header">
<refnamediv>
<refname>imap_header</refname>
- <refpurpose>Read the header of the message</refpurpose>
+ <refpurpose>Alias of <function>imap_headerinfo</function></refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
- <methodsynopsis>
- <type>object</type><methodname>imap_header</methodname>
- <methodparam><type>resource</type><parameter>imap_stream</parameter></methodparam>
- <methodparam><type>int</type><parameter>msg_number</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>fromlength</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>subjectlength</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>defaulthost</parameter></methodparam>
- </methodsynopsis>
<para>
- This function is an alias to <function>imap_headerinfo</function>
- and is identical to it in every way.
+ This function is an alias of <function>imap_headerinfo</function>.
</para>
</refsect1>
</refentry>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/chapters install.windows.xml"
- Previous message: hirokawa <email protected>: "[PHP-DOC] #22331 [Asn->Ana]: mbstring configuration variables are marked PHP_INI_ALL, but this is false."
- Next in thread: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /en/reference/imap/functions imap-header.xml"
- Reply: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /en/reference/imap/functions imap-header.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

