PHP Networking How many configuration directives pertinent to PHP’s mail function are available? 6 7 4 5 6 7 4 5 ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which of the following statements is used to add an attachment to the mail? $mimemail=>attachment(‘attachment.pdf’); $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’); 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? retrieve_mxrr() getmxrr() getmx() retrieve_mx() retrieve_mxrr() getmxrr() getmx() retrieve_mx() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function checks for the existence of DNS records? checkdnsrr() checkdnsr() checkdnsa() checkdns() checkdnsrr() checkdnsr() checkdnsa() checkdns() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The ftp_mkdir() function creates a directory on the FTP server. ftp_mkdir() Both A & B ftp_mkdirectory() ftp_makekdir() ftp_mkdir() Both A & B ftp_mkdirectory() ftp_makekdir() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What function can you use to create your own streams using the PHP stream wrappers and register them within PHP? stream_wrapper_register wrapper_register stream_wrapper stream_wrapper_reg stream_wrapper_register wrapper_register stream_wrapper stream_wrapper_reg ANSWER DOWNLOAD EXAMIANS APP