PHP Networking Which one of the following function is used to send a e-mail using PHP script? send_mail() mail_send() mailrr() mail() send_mail() mail_send() mailrr() mail() 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? getmxrr() getmx() retrieve_mx() retrieve_mxrr() getmxrr() getmx() retrieve_mx() retrieve_mxrr() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The FTP functions are used to ....... files from file servers. Open Download Close All of above Upload Open Download Close All of above Upload ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What is the default port number of HTTP’s? 100 90 80 70 100 90 80 70 ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function checks for the existence of DNS records? checkdnsr() checkdnsa() checkdnsrr() checkdns() checkdnsr() checkdnsa() checkdnsrr() checkdns() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following statements can be used to establish port 80 connection with www.examians.com? sockopen(“www.examians.com”, 80); sockopen(80,”www.examians.com”); fsockopen(“www.examians.com”, 80); fsockopen(80,”www.examians.com”); sockopen(“www.examians.com”, 80); sockopen(80,”www.examians.com”); fsockopen(“www.examians.com”, 80); fsockopen(80,”www.examians.com”); ANSWER DOWNLOAD EXAMIANS APP