mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-20 19:08:54 +00:00
45 lines
1.5 KiB
XML
45 lines
1.5 KiB
XML
![]() |
<?xml version="1.0" encoding="iso-8859-1"?>
|
||
|
<!-- 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>
|
||
|
</refnamediv>
|
||
|
<refsect1>
|
||
|
<title>Description</title>
|
||
|
<methodsynopsis>
|
||
|
<type>object</type><methodname>imap_header</methodname>
|
||
|
<methodparam><type>int</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 is an alias to <function>imap_headerinfo</function>
|
||
|
and is identical to this in any way.
|
||
|
</para>
|
||
|
</refsect1>
|
||
|
</refentry>
|
||
|
|
||
|
<!-- Keep this comment at the end of the file
|
||
|
Local variables:
|
||
|
mode: sgml
|
||
|
sgml-omittag:t
|
||
|
sgml-shorttag:t
|
||
|
sgml-minimize-attributes:nil
|
||
|
sgml-always-quote-attributes:t
|
||
|
sgml-indent-step:1
|
||
|
sgml-indent-data:t
|
||
|
indent-tabs-mode:nil
|
||
|
sgml-parent-document:nil
|
||
|
sgml-default-dtd-file:"../../../../manual.ced"
|
||
|
sgml-exposed-tags:nil
|
||
|
sgml-local-catalogs:nil
|
||
|
sgml-local-ecat-files:nil
|
||
|
End:
|
||
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||
|
vim: et tw=78 syn=sgml
|
||
|
vi: ts=1 sw=1
|
||
|
-->
|