PHP Networking The ftp_size() function returns the size of a specified file on the FTP server. ftp_amount() ftp_size() get_ftp_size() ftp_file_size() ftp_amount() ftp_size() get_ftp_size() ftp_file_size() 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(“www.examians.com”, 80); fsockopen(80,”www.examians.com”); sockopen(80,”www.examians.com”); fsockopen(“www.examians.com”, 80); sockopen(“www.examians.com”, 80); fsockopen(80,”www.examians.com”); sockopen(80,”www.examians.com”); ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function is used to send a e-mail using PHP script? send_mail() mail() mail_send() mailrr() send_mail() mail() mail_send() mailrr() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function returns the port number of a specified service? getservername() getserverbyname() getportname() getservbyname() getservername() getserverbyname() getportname() getservbyname() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What is the default port number of HTTP’s? 100 80 90 70 100 80 90 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? getmxrr() getmx() retrieve_mx() retrieve_mxrr() getmxrr() getmx() retrieve_mx() retrieve_mxrr() ANSWER DOWNLOAD EXAMIANS APP