update : 2015.11.03
php.shukuma.com검색:
|
imap_thread(PHP 4 >= 4.0.7, PHP 5, PHP 7) imap_thread — Returns a tree of threaded message 설명
array imap_thread
( resource
$imap_stream
[, int $options = SE_FREE
] )Gets a tree of a threaded message. 반환값
imap_thread() returns an associative array containing
a tree of messages threaded by REFERENCES, or Every message in the current mailbox will be represented by three entries in the resulting array:
예제
Example #1 imap_thread() Example
<?php |