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_record() dns_get_record() dns_record() dnsrr_get_record() dnsrr_record() dns_get_record() dns_record() dnsrr_get_record() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The FTP functions are used to ....... files from file servers. Download Open All of above Close Upload Download Open All of above Close Upload ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function returns the port number of a specified service? getservbyname() getservername() getportname() getserverbyname() getservbyname() getservername() getportname() getserverbyname() 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 send a e-mail using PHP script? send_mail() mailrr() mail_send() mail() send_mail() mailrr() mail_send() mail() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What will the following script do?echo getservbyname ('ftp', 'tcp'); A list of the FTP servers on the local network The address of the FTP server called “tcp” The port associated with the TCP service called “FTP” A list of the ports associated with all services except FTP A list of the FTP servers on the local network The address of the FTP server called “tcp” The port associated with the TCP service called “FTP” A list of the ports associated with all services except FTP ANSWER DOWNLOAD EXAMIANS APP