PHP 8.5.0 Alpha 1 available for testing

Voting

: min(nine, two)?
(Example: nine)

The Note You're Voting On

jigar dot dhaduk79 at gmail dot com
9 years ago
When we want to copy more than one mail, we can write '(string)' before msg_num. Like..

$msg_num = "1,2,3,4,5,6,7";
$copy = imap_mail_copy($imap_stream, (string) $msg_num, '[Gmail]/Important', CP_UID);

<< Back to user notes page

To Top