PHP Networking What is the default port number of HTTP’s? 90 100 80 70 90 100 80 70 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_mx() getmxrr() getmx() retrieve_mxrr() retrieve_mx() getmxrr() getmx() retrieve_mxrr() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function returns the port number of a specified service? getportname() getserverbyname() getservbyname() getservername() getportname() getserverbyname() getservbyname() getservername() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The ftp_size() function returns the size of a specified file on the FTP server. ftp_size() get_ftp_size() ftp_file_size() ftp_amount() ftp_size() get_ftp_size() ftp_file_size() ftp_amount() 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->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’); 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? dns_record() dnsrr_record() dnsrr_get_record() dns_get_record() dns_record() dnsrr_record() dnsrr_get_record() dns_get_record() ANSWER DOWNLOAD EXAMIANS APP