Forum und email
imap_msgno

imap_msgno

(PHP 3 >= 3.0.3, PHP 4, PHP 5)

imap_msgno -- Gets 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.

Patrz także

imap_uid()