mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Incorrected formatted function alias - fixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118630 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1216a983d3
commit
31e2a19228
1 changed files with 3 additions and 12 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue