Warning: file_put_contents(): Only -1 of 51 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
imap_mime_header_decode imap_num_msg IMAP PHP Manual imap_msgno (PHP 4, 5) — Gets the message sequence number for given UID Description int ( resource $imap_stream , $uid ) Returns uid . This fun...
Forum und email

imap_msgno

(PHP 4, PHP 5)

imap_msgno — Gets the message sequence number for the given UID

Description

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().

Parameters

imap_stream

An IMAP stream returned by imap_open().

uid

The message UID

Return values

Returns the message sequence number for the given uid .

See Also