update : 2015.11.03
php.shukuma.com검색:
|
imap_append(PHP 4, PHP 5, PHP 7) imap_append — Append a string message to a specified mailbox 설명
bool imap_append
( resource
$imap_stream
, string $mailbox
, string $message
[, string $options = NULL
[, string $internal_date = NULL
]] )
Appends a string 인수
반환값
성공 시 변경점
예제
Example #1 imap_append() example
<?php |