IMAP 함수 목록
PHP Manual

imap_headerinfo

(PHP 4, PHP 5)

imap_headerinfoRead the header of the message

설명

object imap_headerinfo ( resource $imap_stream , int $msg_number [, int $fromlength= 0 [, int $subjectlength= 0 [, string $defaulthost= NULL ]]] )

Gets information about the given message number by reading its headers.

인수

imap_stream

imap_open()이 반환한 IMAP 스트림입니다.

msg_number

The message number

fromlength

Number of characters for the fetchfrom property. Must be greater than or equal to zero.

subjectlength

Number of characters for the fetchsubject property Must be greater than or equal to zero.

defaulthost

반환값

Returns the information in an object with following properties:

참고


IMAP 함수 목록
PHP Manual