Which Of The Following Statements Is Used To Add An Attachment #230
Which of the following statements is used to add an attachment to the mail?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 PHP File and Session Handling - PHP Networking - Quiz No.1.
Which of the following statements is used to add an attachment to the mail?
$mimemail->attachment(‘attachment.pdf’);
$mimemail=>attachment(‘attachment.pdf’);
$mimemail->addAttachment(‘attachment.pdf’);
$mimemail=>addAttachment(‘attachment.pdf’);