PHP Networking Which one of the following function checks for the existence of DNS records? checkdns() checkdnsa() checkdnsr() checkdnsrr() checkdns() checkdnsa() checkdnsr() checkdnsrr() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The ftp_size() function returns the size of a specified file on the FTP server. ftp_file_size() ftp_amount() ftp_size() get_ftp_size() ftp_file_size() ftp_amount() ftp_size() get_ftp_size() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function returns the port number of a specified service? getportname() getservername() getservbyname() getserverbyname() getportname() getservername() getservbyname() 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=>attachment(‘attachment.pdf’); $mimemail->addAttachment(‘attachment.pdf’); $mimemail->attachment(‘attachment.pdf’); $mimemail=>addAttachment(‘attachment.pdf’); $mimemail=>attachment(‘attachment.pdf’); $mimemail->addAttachment(‘attachment.pdf’); ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The windows version of PHP has built-in support for the FTP extension True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function is used to send a e-mail using PHP script? mail_send() mail() send_mail() mailrr() mail_send() mail() send_mail() mailrr() ANSWER DOWNLOAD EXAMIANS APP