PHP Networking Which of the following statements is used to add an attachment to the mail? $mimemail->addAttachment(‘attachment.pdf’); $mimemail=>addAttachment(‘attachment.pdf’); $mimemail->attachment(‘attachment.pdf’); $mimemail=>attachment(‘attachment.pdf’); $mimemail->addAttachment(‘attachment.pdf’); $mimemail=>addAttachment(‘attachment.pdf’); $mimemail->attachment(‘attachment.pdf’); $mimemail=>attachment(‘attachment.pdf’); ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function is used to send a e-mail using PHP script? send_mail() mailrr() mail() mail_send() send_mail() mailrr() mail() mail_send() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function is used to retrieve the MX records for the domain specified by hostname? getmx() getmxrr() retrieve_mxrr() retrieve_mx() getmx() getmxrr() retrieve_mxrr() retrieve_mx() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function is used to return an array consisting of various DNS resource records pertinent to a specific domain? dnsrr_get_record() dnsrr_record() dns_record() dns_get_record() dnsrr_get_record() dnsrr_record() dns_record() dns_get_record() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What is the default port number of HTTP’s? 90 80 70 100 90 80 70 100 ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function checks for the existence of DNS records? checkdnsr() checkdnsa() checkdnsrr() checkdns() checkdnsr() checkdnsa() checkdnsrr() checkdns() ANSWER DOWNLOAD EXAMIANS APP