PHP Networking Which one of the following function is used to send a e-mail using PHP script? mail_send() send_mail() mail() mailrr() mail_send() send_mail() mail() mailrr() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking The ftp_mkdir() function creates a directory on the FTP server. Both A & B ftp_mkdirectory() ftp_mkdir() ftp_makekdir() Both A & B ftp_mkdirectory() ftp_mkdir() ftp_makekdir() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking Which one of the following function returns the port number of a specified service? getportname() getservername() getserverbyname() getservbyname() getportname() getservername() getserverbyname() getservbyname() ANSWER DOWNLOAD EXAMIANS APP
PHP Networking What is the full form of DNS? Domain Network System Digital Network System Domain Name System Digital Name Systmem Domain Network System Digital Network System Domain Name System Digital Name Systmem 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(80,”www.examians.com”); sockopen(80,”www.examians.com”); sockopen(“www.examians.com”, 80); fsockopen(“www.examians.com”, 80); fsockopen(80,”www.examians.com”); sockopen(80,”www.examians.com”); sockopen(“www.examians.com”, 80); fsockopen(“www.examians.com”, 80); 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() getmxrr() retrieve_mxrr() retrieve_mx() getmx() getmxrr() retrieve_mxrr() retrieve_mx() ANSWER DOWNLOAD EXAMIANS APP