|
PHP5中文手册
imap_thread(PHP 4 >= 4.0.7, PHP 5) imap_thread — Returns a tree of threaded message 说明
array imap_thread
( resource $imap_stream
[, int $options
] )
Gets a tree of a threaded message. 返回值imap_thread() returns an associative array containing a tree of messages threaded by REFERENCES, or FALSE on error. Every message in the current mailbox will be represented by three entries in the resulting array:
范例
Example#1 imap_thread() Example
<?php |