PHP Networking Which one of the following function checks for the existence of DNS records? checkdns() checkdnsrr() checkdnsr() checkdnsa() checkdns() checkdnsrr() checkdnsr() checkdnsa() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What is the full form of DNS? Digital Name Systmem Domain Network System Domain Name System Digital Network System Digital Name Systmem Domain Network System Domain Name System Digital Network System 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 statements can be used to establish port 80 connection with www.examians.com? fsockopen(“www.examians.com”, 80); sockopen(80,”www.examians.com”); sockopen(“www.examians.com”, 80); fsockopen(80,”www.examians.com”); fsockopen(“www.examians.com”, 80); sockopen(80,”www.examians.com”); sockopen(“www.examians.com”, 80); fsockopen(80,”www.examians.com”); 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() retrieve_mxrr() getmxrr() retrieve_mx() getmx() retrieve_mxrr() getmxrr() retrieve_mx() ANSWER DOWNLOAD EXAMIANS APP