IMAP Funkcje
PHP Manual

imap_msgno

(PHP 4, PHP 5)

imap_msgnoGets the message sequence number for the given UID

Opis

int imap_msgno ( resource $imap_stream , int $uid )

Returns the message sequence number for the given uid.

This function is the inverse of imap_uid().

Parametry

imap_stream

Strumień IMAP zwrócony przez imap_open().

uid

The message UID

Zwracane wartości

Returns the message sequence number for the given uid.

Zobacz też:


IMAP Funkcje
PHP Manual